Html Css Color HEX #CD77B9 Orchid

📋 copy color: '#CD77B9'

red 205 ◦ green 119 ◦ blue 185

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

Shades of Orchid #CD77B9

Tints of Orchid #CD77B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.35%

R = 40.28%
G = 23.38%
B = 36.35%

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

#CD77B9 (or 0xCD77B9) is known color: Orchid. HEX triplet: CD, 77 and B9. RGB value is (205,119,185). Sum of RGB (Red+Green+Blue) = 205+119+185=509 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.28% from 509); Green value is 119 (46.88% from 255 or 23.38% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 205 - color contains mainly: red. Hex color #CD77B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD77B9 is #328846. Grayscale: #989898. Windows color (decimal): -3311687 or 12154829. OLE color: 12154829.

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

Color convert

RGB 205 119 185 -
CMYK 0 0.42 0.10 0.20
HSL 313.95º 0.46% 0.64% -
HSV(B) 313.95º 0.42% 0.8% -
XYZ 40.53 29.68 49.49 -
YUV 152.24 146.49 165.63 -
System Red Green Blue C M Y K H S L
Decimal 205 119 185 0 0.42 0.10 0.20 313.95 0.46 0.64
Hex CD 77 B9 0 2A A 14 13A 2E 40
Octal 315 167 271 0 52 12 24 472 56 100
Binary 11001101 1110111 10111001 0 101010 1010 10100 100111010 101110 1000000

Color Harmonies of #CD77B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD77B9

Black with #CD77B9

Text Example


Text Example

White with #CD77B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD77B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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