Html Css Color HEX #CA5CE5 Medium Orchid

📋 copy color: '#CA5CE5'

red 202 ◦ green 92 ◦ blue 229

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

Shades of Medium Orchid #CA5CE5

Tints of Medium Orchid #CA5CE5

RGB

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

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

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

R = 38.62%
G = 17.59%
B = 43.79%

CMYK

 C value IS 0.12

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CA5CE5 (or 0xCA5CE5) is known color: Medium Orchid. HEX triplet: CA, 5C and E5. RGB value is (202,92,229). Sum of RGB (Red+Green+Blue) = 202+92+229=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 92 (36.33% from 255 or 17.59% from 523); Blue value is 229 (89.84% from 255 or 43.79% from 523); Max value from RGB is 229 - color contains mainly: blue. Hex color #CA5CE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5CE5 is #35A31A. Grayscale: #8C8C8C. Windows color (decimal): -3515163 or 15031498. OLE color: 15031498.

HSL color Cylindrical-coordinate representation of color #CA5CE5: hue angle of 288.18º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA5CE5 is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 92 229 -
CMYK 0.12 0.60 0 0.10
HSL 288.18º 0.72% 0.63% -
HSV(B) 288.18º 0.6% 0.9% -
XYZ 42.33 25.87 76.89 -
YUV 140.51 177.94 171.86 -
System Red Green Blue C M Y K H S L
Decimal 202 92 229 0.12 0.60 0 0.10 288.18 0.72 0.63
Hex CA 5C E5 C 3C 0 A 120 48 3F
Octal 312 134 345 14 74 0 12 440 110 77
Binary 11001010 1011100 11100101 1100 111100 0 1010 100100000 1001000 111111

Color Harmonies of #CA5CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5CE5

Black with #CA5CE5

Text Example


Text Example

White with #CA5CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5CE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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