Html Css Color HEX #CA5CE6 Medium Orchid

📋 copy color: '#CA5CE6'

red 202 ◦ green 92 ◦ blue 230

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

Shades of Medium Orchid #CA5CE6

Tints of Medium Orchid #CA5CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.89%

R = 38.55%
G = 17.56%
B = 43.89%

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

#CA5CE6 (or 0xCA5CE6) is known color: Medium Orchid. HEX triplet: CA, 5C and E6. RGB value is (202,92,230). Sum of RGB (Red+Green+Blue) = 202+92+230=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 92 (36.33% from 255 or 17.56% from 524); Blue value is 230 (90.23% from 255 or 43.89% from 524); Max value from RGB is 230 - color contains mainly: blue. Hex color #CA5CE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5CE6 is #35A319. Grayscale: #8C8C8C. Windows color (decimal): -3515162 or 15097034. OLE color: 15097034.

HSL color Cylindrical-coordinate representation of color #CA5CE6: hue angle of 287.83º degrees, saturation: 0.73, 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 #CA5CE6 is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 92 230 -
CMYK 0.12 0.60 0 0.10
HSL 287.83º 0.73% 0.63% -
HSV(B) 287.83º 0.6% 0.9% -
XYZ 42.47 25.92 77.63 -
YUV 140.62 178.44 171.78 -
System Red Green Blue C M Y K H S L
Decimal 202 92 230 0.12 0.60 0 0.10 287.83 0.73 0.63
Hex CA 5C E6 C 3C 0 A 120 49 3F
Octal 312 134 346 14 74 0 12 440 111 77
Binary 11001010 1011100 11100110 1100 111100 0 1010 100100000 1001001 111111

Color Harmonies of #CA5CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5CE6

Black with #CA5CE6

Text Example


Text Example

White with #CA5CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5CE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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