Html Css Color HEX #CD77BA Orchid

📋 copy color: '#CD77BA'

red 205 ◦ green 119 ◦ blue 186

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

Shades of Orchid #CD77BA

Tints of Orchid #CD77BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.47%

R = 40.2%
G = 23.33%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CD77BA (or 0xCD77BA) is known color: Orchid. HEX triplet: CD, 77 and BA. RGB value is (205,119,186). Sum of RGB (Red+Green+Blue) = 205+119+186=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 205 - color contains mainly: red. Hex color #CD77BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD77BA is #328845. Grayscale: #989898. Windows color (decimal): -3311686 or 12220365. OLE color: 12220365.

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

Color convert

RGB 205 119 186 -
CMYK 0 0.42 0.09 0.20
HSL 313.26º 0.46% 0.64% -
HSV(B) 313.26º 0.42% 0.8% -
XYZ 40.64 29.72 50.05 -
YUV 152.35 146.99 165.55 -
System Red Green Blue C M Y K H S L
Decimal 205 119 186 0 0.42 0.09 0.20 313.26 0.46 0.64
Hex CD 77 BA 0 2A 9 14 139 2E 40
Octal 315 167 272 0 52 11 24 471 56 100
Binary 11001101 1110111 10111010 0 101010 1001 10100 100111001 101110 1000000

Color Harmonies of #CD77BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD77BA

Black with #CD77BA

Text Example


Text Example

White with #CD77BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD77BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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