Html Css Color HEX #CA76DA Orchid

📋 copy color: '#CA76DA'

red 202 ◦ green 118 ◦ blue 218

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

Shades of Orchid #CA76DA

Tints of Orchid #CA76DA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.93%

 BLUE value IS 218 (85.55% from 255) = 40.52%

R = 37.55%
G = 21.93%
B = 40.52%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA76DA (or 0xCA76DA) is known color: Orchid. HEX triplet: CA, 76 and DA. RGB value is (202,118,218). Sum of RGB (Red+Green+Blue) = 202+118+218=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 118 (46.48% from 255 or 21.93% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA76DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA76DA is #358925. Grayscale: #9A9A9A. Windows color (decimal): -3508518 or 14317258. OLE color: 14317258.

HSL color Cylindrical-coordinate representation of color #CA76DA: hue angle of 290.4º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA76DA is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 118 218 -
CMYK 0.07 0.46 0 0.15
HSL 290.4º 0.57% 0.66% -
HSV(B) 290.4º 0.46% 0.85% -
XYZ 43.49 30.58 69.94 -
YUV 154.52 163.83 161.87 -
System Red Green Blue C M Y K H S L
Decimal 202 118 218 0.07 0.46 0 0.15 290.4 0.57 0.66
Hex CA 76 DA 7 2E 0 F 122 39 42
Octal 312 166 332 7 56 0 17 442 71 102
Binary 11001010 1110110 11011010 111 101110 0 1111 100100010 111001 1000010

Color Harmonies of #CA76DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA76DA

Black with #CA76DA

Text Example


Text Example

White with #CA76DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA76DA; }

 p { color: rgb(202,118,218); }

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

background-color css

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

 a { background-color: rgb(202,118,218); }

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

border-color css

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

 span { border-color: rgb(202,118,218); }

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