Html Css Color HEX #CD77BD Orchid

📋 copy color: '#CD77BD'

red 205 ◦ green 119 ◦ blue 189

#CD77BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CD77BD

Tints of Orchid #CD77BD

RGB

 RED value IS 205 (80.47% from 255) = 39.96%

 GREEN value IS 119 (46.88% from 255) = 23.2%

 BLUE value IS 189 (74.22% from 255) = 36.84%

R = 39.96%
G = 23.2%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CD77BD (or 0xCD77BD) is known color: Orchid. HEX triplet: CD, 77 and BD. RGB value is (205,119,189). Sum of RGB (Red+Green+Blue) = 205+119+189=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 205 - color contains mainly: red. Hex color #CD77BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD77BD is #328842. Grayscale: #989898. Windows color (decimal): -3311683 or 12416973. OLE color: 12416973.

HSL color Cylindrical-coordinate representation of color #CD77BD: hue angle of 311.16º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CD77BD is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 119 189 -
CMYK 0 0.42 0.08 0.20
HSL 311.16º 0.46% 0.64% -
HSV(B) 311.16º 0.42% 0.8% -
XYZ 40.96 29.85 51.75 -
YUV 152.69 148.49 165.31 -
System Red Green Blue C M Y K H S L
Decimal 205 119 189 0 0.42 0.08 0.20 311.16 0.46 0.64
Hex CD 77 BD 0 2A 8 14 137 2E 40
Octal 315 167 275 0 52 10 24 467 56 100
Binary 11001101 1110111 10111101 0 101010 1000 10100 100110111 101110 1000000

Color Harmonies of #CD77BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD77BD

Black with #CD77BD

Text Example


Text Example

White with #CD77BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD77BD; }

 p { color: rgb(205,119,189); }

 H1.HeaderClassName
 {
   color: #CD77BD;
 }
 .AnyTagClassName
 {
   color: #CD77BD;
 }
</style>

background-color css

<style>
 a { background-color: #CD77BD; }

 a { background-color: rgb(205,119,189); }

 div.DivClassName
 {
   background-color: #CD77BD;
 }
 .BgClassName
 {
   background-color: #CD77BD;
 }
</style>

border-color css

<style>
 span { border-color: #CD77BD; }

 span { border-color: rgb(205,119,189); }

 td.TdClassName
 {
   border-color: #CD77BD;
 }
 .TagClassName
 {
   border-color: #CD77BD;
 }
</style>