Html Css Color HEX #CD77C5 Orchid

📋 copy color: '#CD77C5'

red 205 ◦ green 119 ◦ blue 197

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

Shades of Orchid #CD77C5

Tints of Orchid #CD77C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.81%

R = 39.35%
G = 22.84%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#CD77C5 (or 0xCD77C5) is known color: Orchid. HEX triplet: CD, 77 and C5. RGB value is (205,119,197). Sum of RGB (Red+Green+Blue) = 205+119+197=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 119 (46.88% from 255 or 22.84% from 521); Blue value is 197 (77.34% from 255 or 37.81% from 521); Max value from RGB is 205 - color contains mainly: red. Hex color #CD77C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD77C5 is #32883A. Grayscale: #999999. Windows color (decimal): -3311675 or 12941261. OLE color: 12941261.

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

Color convert

RGB 205 119 197 -
CMYK 0 0.42 0.04 0.20
HSL 305.58º 0.46% 0.64% -
HSV(B) 305.58º 0.42% 0.8% -
XYZ 41.85 30.2 56.45 -
YUV 153.61 152.49 164.66 -
System Red Green Blue C M Y K H S L
Decimal 205 119 197 0 0.42 0.04 0.20 305.58 0.46 0.64
Hex CD 77 C5 0 2A 4 14 132 2E 40
Octal 315 167 305 0 52 4 24 462 56 100
Binary 11001101 1110111 11000101 0 101010 100 10100 100110010 101110 1000000

Color Harmonies of #CD77C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD77C5

Black with #CD77C5

Text Example


Text Example

White with #CD77C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD77C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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