Html Css Color HEX #CA77D0 Orchid

📋 copy color: '#CA77D0'

red 202 ◦ green 119 ◦ blue 208

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

Shades of Orchid #CA77D0

Tints of Orchid #CA77D0

RGB

 RED value IS 202 (79.3% from 255) = 38.19%

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

 BLUE value IS 208 (81.64% from 255) = 39.32%

R = 38.19%
G = 22.5%
B = 39.32%

CMYK

 C value IS 0.03

 M value IS 0.43

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CA77D0 (or 0xCA77D0) is known color: Orchid. HEX triplet: CA, 77 and D0. RGB value is (202,119,208). Sum of RGB (Red+Green+Blue) = 202+119+208=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 119 (46.88% from 255 or 22.50% from 529); Blue value is 208 (81.64% from 255 or 39.32% from 529); Max value from RGB is 208 - color contains mainly: blue. Hex color #CA77D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA77D0 is #35882F. Grayscale: #999999. Windows color (decimal): -3508272 or 13662154. OLE color: 13662154.

HSL color Cylindrical-coordinate representation of color #CA77D0: hue angle of 295.96º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA77D0 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 202 119 208 -
CMYK 0.03 0.43 0 0.18
HSL 295.96º 0.49% 0.64% -
HSV(B) 295.96º 0.43% 0.82% -
XYZ 42.34 30.3 63.29 -
YUV 153.96 158.5 162.26 -
System Red Green Blue C M Y K H S L
Decimal 202 119 208 0.03 0.43 0 0.18 295.96 0.49 0.64
Hex CA 77 D0 3 2B 0 12 128 31 40
Octal 312 167 320 3 53 0 22 450 61 100
Binary 11001010 1110111 11010000 11 101011 0 10010 100101000 110001 1000000

Color Harmonies of #CA77D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA77D0

Black with #CA77D0

Text Example


Text Example

White with #CA77D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA77D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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