Html Css Color HEX #CA5CE8 Medium Orchid

📋 copy color: '#CA5CE8'

red 202 ◦ green 92 ◦ blue 232

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

Shades of Medium Orchid #CA5CE8

Tints of Medium Orchid #CA5CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 44.11%

R = 38.4%
G = 17.49%
B = 44.11%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CA5CE8 (or 0xCA5CE8) is known color: Medium Orchid. HEX triplet: CA, 5C and E8. RGB value is (202,92,232). Sum of RGB (Red+Green+Blue) = 202+92+232=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 92 (36.33% from 255 or 17.49% from 526); Blue value is 232 (91.02% from 255 or 44.11% from 526); Max value from RGB is 232 - color contains mainly: blue. Hex color #CA5CE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5CE8 is #35A317. Grayscale: #8C8C8C. Windows color (decimal): -3515160 or 15228106. OLE color: 15228106.

HSL color Cylindrical-coordinate representation of color #CA5CE8: hue angle of 287.14º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA5CE8 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 92 232 -
CMYK 0.13 0.60 0 0.09
HSL 287.14º 0.75% 0.64% -
HSV(B) 287.14º 0.6% 0.91% -
XYZ 42.75 26.04 79.12 -
YUV 140.85 179.44 171.62 -
System Red Green Blue C M Y K H S L
Decimal 202 92 232 0.13 0.60 0 0.09 287.14 0.75 0.64
Hex CA 5C E8 D 3C 0 9 11F 4B 40
Octal 312 134 350 15 74 0 11 437 113 100
Binary 11001010 1011100 11101000 1101 111100 0 1001 100011111 1001011 1000000

Color Harmonies of #CA5CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5CE8

Black with #CA5CE8

Text Example


Text Example

White with #CA5CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5CE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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