Html Css Color HEX #CA6DDF Orchid

📋 copy color: '#CA6DDF'

red 202 ◦ green 109 ◦ blue 223

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

Shades of Orchid #CA6DDF

Tints of Orchid #CA6DDF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.41%

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

R = 37.83%
G = 20.41%
B = 41.76%

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

#CA6DDF (or 0xCA6DDF) is known color: Orchid. HEX triplet: CA, 6D and DF. RGB value is (202,109,223). Sum of RGB (Red+Green+Blue) = 202+109+223=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 109 (42.97% from 255 or 20.41% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA6DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6DDF is #359220. Grayscale: #959595. Windows color (decimal): -3510817 or 14642634. OLE color: 14642634.

HSL color Cylindrical-coordinate representation of color #CA6DDF: hue angle of 288.95º 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 #CA6DDF is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 109 223 -
CMYK 0.09 0.51 0 0.13
HSL 288.95º 0.64% 0.65% -
HSV(B) 288.95º 0.51% 0.87% -
XYZ 43.15 28.82 73.1 -
YUV 149.8 169.31 165.23 -
System Red Green Blue C M Y K H S L
Decimal 202 109 223 0.09 0.51 0 0.13 288.95 0.64 0.65
Hex CA 6D DF 9 33 0 D 121 40 41
Octal 312 155 337 11 63 0 15 441 100 101
Binary 11001010 1101101 11011111 1001 110011 0 1101 100100001 1000000 1000001

Color Harmonies of #CA6DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6DDF

Black with #CA6DDF

Text Example


Text Example

White with #CA6DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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