Html Css Color HEX #CD77CC Orchid

📋 copy color: '#CD77CC'

red 205 ◦ green 119 ◦ blue 204

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

Shades of Orchid #CD77CC

Tints of Orchid #CD77CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.64%

R = 38.83%
G = 22.54%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CD77CC (or 0xCD77CC) is known color: Orchid. HEX triplet: CD, 77 and CC. RGB value is (205,119,204). Sum of RGB (Red+Green+Blue) = 205+119+204=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 119 (46.88% from 255 or 22.54% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 205 - color contains mainly: red. Hex color #CD77CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD77CC is #328833. Grayscale: #9A9A9A. Windows color (decimal): -3311668 or 13400013. OLE color: 13400013.

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

Color convert

RGB 205 119 204 -
CMYK 0 0.42 0.00 0.20
HSL 300.7º 0.46% 0.64% -
HSV(B) 300.7º 0.42% 0.8% -
XYZ 42.67 30.53 60.77 -
YUV 154.4 155.99 164.09 -
System Red Green Blue C M Y K H S L
Decimal 205 119 204 0 0.42 0.00 0.20 300.7 0.46 0.64
Hex CD 77 CC 0 2A 0 14 12D 2E 40
Octal 315 167 314 0 52 0 24 455 56 100
Binary 11001101 1110111 11001100 0 101010 0 10100 100101101 101110 1000000

Color Harmonies of #CD77CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD77CC

Black with #CD77CC

Text Example


Text Example

White with #CD77CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD77CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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