Html Css Color HEX #CA4CEC Medium Orchid

📋 copy color: '#CA4CEC'

red 202 ◦ green 76 ◦ blue 236

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

Shades of Medium Orchid #CA4CEC

Tints of Medium Orchid #CA4CEC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.79%

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

R = 39.3%
G = 14.79%
B = 45.91%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA4CEC (or 0xCA4CEC) is known color: Medium Orchid. HEX triplet: CA, 4C and EC. RGB value is (202,76,236). Sum of RGB (Red+Green+Blue) = 202+76+236=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 76 (30.08% from 255 or 14.79% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA4CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA4CEC is #35B313. Grayscale: #838383. Windows color (decimal): -3519252 or 15486154. OLE color: 15486154.

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

Color convert

RGB 202 76 236 -
CMYK 0.14 0.68 0 0.07
HSL 287.25º 0.81% 0.61% -
HSV(B) 287.25º 0.68% 0.93% -
XYZ 42.08 23.78 81.73 -
YUV 131.91 186.74 177.99 -
System Red Green Blue C M Y K H S L
Decimal 202 76 236 0.14 0.68 0 0.07 287.25 0.81 0.61
Hex CA 4C EC E 44 0 7 11F 51 3D
Octal 312 114 354 16 104 0 7 437 121 75
Binary 11001010 1001100 11101100 1110 1000100 0 111 100011111 1010001 111101

Color Harmonies of #CA4CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4CEC

Black with #CA4CEC

Text Example


Text Example

White with #CA4CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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