Html Css Color HEX #CD77C0 Orchid

📋 copy color: '#CD77C0'

red 205 ◦ green 119 ◦ blue 192

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

Shades of Orchid #CD77C0

Tints of Orchid #CD77C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.21%

R = 39.73%
G = 23.06%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CD77C0 (or 0xCD77C0) is known color: Orchid. HEX triplet: CD, 77 and C0. RGB value is (205,119,192). Sum of RGB (Red+Green+Blue) = 205+119+192=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 119 (46.88% from 255 or 23.06% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 205 - color contains mainly: red. Hex color #CD77C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD77C0 is #32883F. Grayscale: #989898. Windows color (decimal): -3311680 or 12613581. OLE color: 12613581.

HSL color Cylindrical-coordinate representation of color #CD77C0: hue angle of 309.07º 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 #CD77C0 is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 119 192 -
CMYK 0 0.42 0.06 0.20
HSL 309.07º 0.46% 0.64% -
HSV(B) 309.07º 0.42% 0.8% -
XYZ 41.29 29.98 53.48 -
YUV 153.04 149.99 165.06 -
System Red Green Blue C M Y K H S L
Decimal 205 119 192 0 0.42 0.06 0.20 309.07 0.46 0.64
Hex CD 77 C0 0 2A 6 14 135 2E 40
Octal 315 167 300 0 52 6 24 465 56 100
Binary 11001101 1110111 11000000 0 101010 110 10100 100110101 101110 1000000

Color Harmonies of #CD77C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD77C0

Black with #CD77C0

Text Example


Text Example

White with #CD77C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD77C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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