Html Css Color HEX #CD77CA Orchid

📋 copy color: '#CD77CA'

red 205 ◦ green 119 ◦ blue 202

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

Shades of Orchid #CD77CA

Tints of Orchid #CD77CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.4%

R = 38.97%
G = 22.62%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CD77CA (or 0xCD77CA) is known color: Orchid. HEX triplet: CD, 77 and CA. RGB value is (205,119,202). Sum of RGB (Red+Green+Blue) = 205+119+202=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 119 (46.88% from 255 or 22.62% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 205 - color contains mainly: red. Hex color #CD77CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD77CA is #328835. Grayscale: #999999. Windows color (decimal): -3311670 or 13268941. OLE color: 13268941.

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

Color convert

RGB 205 119 202 -
CMYK 0 0.42 0.01 0.20
HSL 302.09º 0.46% 0.64% -
HSV(B) 302.09º 0.42% 0.8% -
XYZ 42.43 30.44 59.52 -
YUV 154.18 154.99 164.25 -
System Red Green Blue C M Y K H S L
Decimal 205 119 202 0 0.42 0.01 0.20 302.09 0.46 0.64
Hex CD 77 CA 0 2A 1 14 12E 2E 40
Octal 315 167 312 0 52 1 24 456 56 100
Binary 11001101 1110111 11001010 0 101010 1 10100 100101110 101110 1000000

Color Harmonies of #CD77CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD77CA

Black with #CD77CA

Text Example


Text Example

White with #CD77CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD77CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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