Html Css Color HEX #CA5CEC Medium Orchid

📋 copy color: '#CA5CEC'

red 202 ◦ green 92 ◦ blue 236

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

Shades of Medium Orchid #CA5CEC

Tints of Medium Orchid #CA5CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.53%

R = 38.11%
G = 17.36%
B = 44.53%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA5CEC (or 0xCA5CEC) is known color: Medium Orchid. HEX triplet: CA, 5C and EC. RGB value is (202,92,236). Sum of RGB (Red+Green+Blue) = 202+92+236=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 92 (36.33% from 255 or 17.36% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA5CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5CEC is #35A313. Grayscale: #8C8C8C. Windows color (decimal): -3515156 or 15490250. OLE color: 15490250.

HSL color Cylindrical-coordinate representation of color #CA5CEC: hue angle of 285.83º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA5CEC is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 92 236 -
CMYK 0.14 0.61 0 0.07
HSL 285.83º 0.79% 0.64% -
HSV(B) 285.83º 0.61% 0.93% -
XYZ 43.32 26.27 82.14 -
YUV 141.31 181.44 171.29 -
System Red Green Blue C M Y K H S L
Decimal 202 92 236 0.14 0.61 0 0.07 285.83 0.79 0.64
Hex CA 5C EC E 3D 0 7 11E 4F 40
Octal 312 134 354 16 75 0 7 436 117 100
Binary 11001010 1011100 11101100 1110 111101 0 111 100011110 1001111 1000000

Color Harmonies of #CA5CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5CEC

Black with #CA5CEC

Text Example


Text Example

White with #CA5CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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