Html Css Color HEX #CA6AD5 Orchid

📋 copy color: '#CA6AD5'

red 202 ◦ green 106 ◦ blue 213

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

Shades of Orchid #CA6AD5

Tints of Orchid #CA6AD5

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.35%

 BLUE value IS 213 (83.59% from 255) = 40.88%

R = 38.77%
G = 20.35%
B = 40.88%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CA6AD5 (or 0xCA6AD5) is known color: Orchid. HEX triplet: CA, 6A and D5. RGB value is (202,106,213). Sum of RGB (Red+Green+Blue) = 202+106+213=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 106 (41.80% from 255 or 20.35% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA6AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6AD5 is #35952A. Grayscale: #929292. Windows color (decimal): -3511595 or 13986506. OLE color: 13986506.

HSL color Cylindrical-coordinate representation of color #CA6AD5: hue angle of 293.83º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA6AD5 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 106 213 -
CMYK 0.05 0.50 0 0.16
HSL 293.83º 0.56% 0.63% -
HSV(B) 293.83º 0.5% 0.84% -
XYZ 41.52 27.67 66.1 -
YUV 146.9 165.3 167.3 -
System Red Green Blue C M Y K H S L
Decimal 202 106 213 0.05 0.50 0 0.16 293.83 0.56 0.63
Hex CA 6A D5 5 32 0 10 126 38 3F
Octal 312 152 325 5 62 0 20 446 70 77
Binary 11001010 1101010 11010101 101 110010 0 10000 100100110 111000 111111

Color Harmonies of #CA6AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6AD5

Black with #CA6AD5

Text Example


Text Example

White with #CA6AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6AD5; }

 p { color: rgb(202,106,213); }

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

background-color css

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

 a { background-color: rgb(202,106,213); }

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

border-color css

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

 span { border-color: rgb(202,106,213); }

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