Html Css Color HEX #CD77BC Orchid

📋 copy color: '#CD77BC'

red 205 ◦ green 119 ◦ blue 188

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

Shades of Orchid #CD77BC

Tints of Orchid #CD77BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.72%

R = 40.04%
G = 23.24%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CD77BC (or 0xCD77BC) is known color: Orchid. HEX triplet: CD, 77 and BC. RGB value is (205,119,188). Sum of RGB (Red+Green+Blue) = 205+119+188=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 205 - color contains mainly: red. Hex color #CD77BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD77BC is #328843. Grayscale: #989898. Windows color (decimal): -3311684 or 12351437. OLE color: 12351437.

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

Color convert

RGB 205 119 188 -
CMYK 0 0.42 0.08 0.20
HSL 311.86º 0.46% 0.64% -
HSV(B) 311.86º 0.42% 0.8% -
XYZ 40.85 29.8 51.18 -
YUV 152.58 147.99 165.39 -
System Red Green Blue C M Y K H S L
Decimal 205 119 188 0 0.42 0.08 0.20 311.86 0.46 0.64
Hex CD 77 BC 0 2A 8 14 138 2E 40
Octal 315 167 274 0 52 10 24 470 56 100
Binary 11001101 1110111 10111100 0 101010 1000 10100 100111000 101110 1000000

Color Harmonies of #CD77BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD77BC

Black with #CD77BC

Text Example


Text Example

White with #CD77BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD77BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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