Html Css Color HEX #CA6ED5 Orchid

📋 copy color: '#CA6ED5'

red 202 ◦ green 110 ◦ blue 213

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

Shades of Orchid #CA6ED5

Tints of Orchid #CA6ED5

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.95%

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

R = 38.48%
G = 20.95%
B = 40.57%

CMYK

 C value IS 0.05

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CA6ED5 (or 0xCA6ED5) is known color: Orchid. HEX triplet: CA, 6E and D5. RGB value is (202,110,213). Sum of RGB (Red+Green+Blue) = 202+110+213=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 110 (43.36% from 255 or 20.95% from 525); Blue value is 213 (83.59% from 255 or 40.57% from 525); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA6ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6ED5 is #35912A. Grayscale: #949494. Windows color (decimal): -3510571 or 13987530. OLE color: 13987530.

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

Color convert

RGB 202 110 213 -
CMYK 0.05 0.48 0 0.16
HSL 293.59º 0.55% 0.63% -
HSV(B) 293.59º 0.48% 0.84% -
XYZ 41.94 28.51 66.24 -
YUV 149.25 163.98 165.62 -
System Red Green Blue C M Y K H S L
Decimal 202 110 213 0.05 0.48 0 0.16 293.59 0.55 0.63
Hex CA 6E D5 5 30 0 10 126 37 3F
Octal 312 156 325 5 60 0 20 446 67 77
Binary 11001010 1101110 11010101 101 110000 0 10000 100100110 110111 111111

Color Harmonies of #CA6ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6ED5

Black with #CA6ED5

Text Example


Text Example

White with #CA6ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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