Html Css Color HEX #CA4EEC Medium Orchid

📋 copy color: '#CA4EEC'

red 202 ◦ green 78 ◦ blue 236

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

Shades of Medium Orchid #CA4EEC

Tints of Medium Orchid #CA4EEC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.12%

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

R = 39.15%
G = 15.12%
B = 45.74%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA4EEC (or 0xCA4EEC) is known color: Medium Orchid. HEX triplet: CA, 4E and EC. RGB value is (202,78,236). Sum of RGB (Red+Green+Blue) = 202+78+236=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 78 (30.86% from 255 or 15.12% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA4EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA4EEC is #35B113. Grayscale: #848484. Windows color (decimal): -3518740 or 15486666. OLE color: 15486666.

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

Color convert

RGB 202 78 236 -
CMYK 0.14 0.67 0 0.07
HSL 287.09º 0.81% 0.62% -
HSV(B) 287.09º 0.67% 0.93% -
XYZ 42.22 24.06 81.78 -
YUV 133.09 186.08 177.15 -
System Red Green Blue C M Y K H S L
Decimal 202 78 236 0.14 0.67 0 0.07 287.09 0.81 0.62
Hex CA 4E EC E 43 0 7 11F 51 3E
Octal 312 116 354 16 103 0 7 437 121 76
Binary 11001010 1001110 11101100 1110 1000011 0 111 100011111 1010001 111110

Color Harmonies of #CA4EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4EEC

Black with #CA4EEC

Text Example


Text Example

White with #CA4EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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