Html Css Color HEX #CD77B8 Orchid

📋 copy color: '#CD77B8'

red 205 ◦ green 119 ◦ blue 184

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

Shades of Orchid #CD77B8

Tints of Orchid #CD77B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.22%

R = 40.35%
G = 23.43%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#CD77B8 (or 0xCD77B8) is known color: Orchid. HEX triplet: CD, 77 and B8. RGB value is (205,119,184). Sum of RGB (Red+Green+Blue) = 205+119+184=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 119 (46.88% from 255 or 23.43% from 508); Blue value is 184 (72.27% from 255 or 36.22% from 508); Max value from RGB is 205 - color contains mainly: red. Hex color #CD77B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD77B8 is #328847. Grayscale: #979797. Windows color (decimal): -3311688 or 12089293. OLE color: 12089293.

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

Color convert

RGB 205 119 184 -
CMYK 0 0.42 0.10 0.20
HSL 314.65º 0.46% 0.64% -
HSV(B) 314.65º 0.42% 0.8% -
XYZ 40.43 29.63 48.94 -
YUV 152.12 145.99 165.71 -
System Red Green Blue C M Y K H S L
Decimal 205 119 184 0 0.42 0.10 0.20 314.65 0.46 0.64
Hex CD 77 B8 0 2A A 14 13B 2E 40
Octal 315 167 270 0 52 12 24 473 56 100
Binary 11001101 1110111 10111000 0 101010 1010 10100 100111011 101110 1000000

Color Harmonies of #CD77B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD77B8

Black with #CD77B8

Text Example


Text Example

White with #CD77B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD77B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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