Html Css Color HEX #CD77C2 Orchid

📋 copy color: '#CD77C2'

red 205 ◦ green 119 ◦ blue 194

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

Shades of Orchid #CD77C2

Tints of Orchid #CD77C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.45%

R = 39.58%
G = 22.97%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#CD77C2 (or 0xCD77C2) is known color: Orchid. HEX triplet: CD, 77 and C2. RGB value is (205,119,194). Sum of RGB (Red+Green+Blue) = 205+119+194=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 119 (46.88% from 255 or 22.97% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 205 - color contains mainly: red. Hex color #CD77C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD77C2 is #32883D. Grayscale: #999999. Windows color (decimal): -3311678 or 12744653. OLE color: 12744653.

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

Color convert

RGB 205 119 194 -
CMYK 0 0.42 0.05 0.20
HSL 307.67º 0.46% 0.64% -
HSV(B) 307.67º 0.42% 0.8% -
XYZ 41.51 30.07 54.65 -
YUV 153.26 150.99 164.9 -
System Red Green Blue C M Y K H S L
Decimal 205 119 194 0 0.42 0.05 0.20 307.67 0.46 0.64
Hex CD 77 C2 0 2A 5 14 134 2E 40
Octal 315 167 302 0 52 5 24 464 56 100
Binary 11001101 1110111 11000010 0 101010 101 10100 100110100 101110 1000000

Color Harmonies of #CD77C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD77C2

Black with #CD77C2

Text Example


Text Example

White with #CD77C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD77C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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