Html Css Color HEX #CA6EDF Orchid

📋 copy color: '#CA6EDF'

red 202 ◦ green 110 ◦ blue 223

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

Shades of Orchid #CA6EDF

Tints of Orchid #CA6EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.68%

R = 37.76%
G = 20.56%
B = 41.68%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA6EDF (or 0xCA6EDF) is known color: Orchid. HEX triplet: CA, 6E and DF. RGB value is (202,110,223). Sum of RGB (Red+Green+Blue) = 202+110+223=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 110 (43.36% from 255 or 20.56% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA6EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6EDF is #359120. Grayscale: #969696. Windows color (decimal): -3510561 or 14642890. OLE color: 14642890.

HSL color Cylindrical-coordinate representation of color #CA6EDF: hue angle of 288.85º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA6EDF is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 110 223 -
CMYK 0.09 0.51 0 0.13
HSL 288.85º 0.64% 0.65% -
HSV(B) 288.85º 0.51% 0.87% -
XYZ 43.25 29.04 73.14 -
YUV 150.39 168.98 164.81 -
System Red Green Blue C M Y K H S L
Decimal 202 110 223 0.09 0.51 0 0.13 288.85 0.64 0.65
Hex CA 6E DF 9 33 0 D 121 40 41
Octal 312 156 337 11 63 0 15 441 100 101
Binary 11001010 1101110 11011111 1001 110011 0 1101 100100001 1000000 1000001

Color Harmonies of #CA6EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6EDF

Black with #CA6EDF

Text Example


Text Example

White with #CA6EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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