Html Css Color HEX #CA5CD2 Medium Orchid

📋 copy color: '#CA5CD2'

red 202 ◦ green 92 ◦ blue 210

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

Shades of Medium Orchid #CA5CD2

Tints of Medium Orchid #CA5CD2

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.25%

 BLUE value IS 210 (82.42% from 255) = 41.67%

R = 40.08%
G = 18.25%
B = 41.67%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CA5CD2 (or 0xCA5CD2) is known color: Medium Orchid. HEX triplet: CA, 5C and D2. RGB value is (202,92,210). Sum of RGB (Red+Green+Blue) = 202+92+210=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 92 (36.33% from 255 or 18.25% from 504); Blue value is 210 (82.42% from 255 or 41.67% from 504); Max value from RGB is 210 - color contains mainly: blue. Hex color #CA5CD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5CD2 is #35A32D. Grayscale: #898989. Windows color (decimal): -3515182 or 13786314. OLE color: 13786314.

HSL color Cylindrical-coordinate representation of color #CA5CD2: hue angle of 295.93º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA5CD2 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 202 92 210 -
CMYK 0.04 0.56 0 0.18
HSL 295.93º 0.57% 0.59% -
HSV(B) 295.93º 0.56% 0.82% -
XYZ 39.82 24.86 63.67 -
YUV 138.34 168.44 173.41 -
System Red Green Blue C M Y K H S L
Decimal 202 92 210 0.04 0.56 0 0.18 295.93 0.57 0.59
Hex CA 5C D2 4 38 0 12 128 39 3B
Octal 312 134 322 4 70 0 22 450 71 73
Binary 11001010 1011100 11010010 100 111000 0 10010 100101000 111001 111011

Color Harmonies of #CA5CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5CD2

Black with #CA5CD2

Text Example


Text Example

White with #CA5CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5CD2; }

 p { color: rgb(202,92,210); }

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

background-color css

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

 a { background-color: rgb(202,92,210); }

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

border-color css

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

 span { border-color: rgb(202,92,210); }

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