Html Css Color HEX #CA6DE5 Orchid

📋 copy color: '#CA6DE5'

red 202 ◦ green 109 ◦ blue 229

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

Shades of Orchid #CA6DE5

Tints of Orchid #CA6DE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.41%

R = 37.41%
G = 20.19%
B = 42.41%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CA6DE5 (or 0xCA6DE5) is known color: Orchid. HEX triplet: CA, 6D and E5. RGB value is (202,109,229). Sum of RGB (Red+Green+Blue) = 202+109+229=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 109 (42.97% from 255 or 20.19% from 540); Blue value is 229 (89.84% from 255 or 42.41% from 540); Max value from RGB is 229 - color contains mainly: blue. Hex color #CA6DE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6DE5 is #35921A. Grayscale: #969696. Windows color (decimal): -3510811 or 15035850. OLE color: 15035850.

HSL color Cylindrical-coordinate representation of color #CA6DE5: hue angle of 286.5º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA6DE5 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 109 229 -
CMYK 0.12 0.52 0 0.10
HSL 286.5º 0.7% 0.66% -
HSV(B) 286.5º 0.52% 0.9% -
XYZ 43.97 29.15 77.44 -
YUV 150.49 172.31 164.74 -
System Red Green Blue C M Y K H S L
Decimal 202 109 229 0.12 0.52 0 0.10 286.5 0.7 0.66
Hex CA 6D E5 C 34 0 A 11E 46 42
Octal 312 155 345 14 64 0 12 436 106 102
Binary 11001010 1101101 11100101 1100 110100 0 1010 100011110 1000110 1000010

Color Harmonies of #CA6DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6DE5

Black with #CA6DE5

Text Example


Text Example

White with #CA6DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6DE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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