Html Css Color HEX #CA42EC Medium Orchid

📋 copy color: '#CA42EC'

red 202 ◦ green 66 ◦ blue 236

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

Shades of Medium Orchid #CA42EC

Tints of Medium Orchid #CA42EC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.1%

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

R = 40.08%
G = 13.1%
B = 46.83%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA42EC (or 0xCA42EC) is known color: Medium Orchid. HEX triplet: CA, 42 and EC. RGB value is (202,66,236). Sum of RGB (Red+Green+Blue) = 202+66+236=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 66 (26.17% from 255 or 13.10% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA42EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA42EC is #35BD13. Grayscale: #7D7D7D. Windows color (decimal): -3521812 or 15483594. OLE color: 15483594.

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

Color convert

RGB 202 66 236 -
CMYK 0.14 0.72 0 0.07
HSL 288º 0.82% 0.59% -
HSV(B) 288º 0.72% 0.93% -
XYZ 41.45 22.51 81.52 -
YUV 126.04 190.06 182.18 -
System Red Green Blue C M Y K H S L
Decimal 202 66 236 0.14 0.72 0 0.07 288 0.82 0.59
Hex CA 42 EC E 48 0 7 120 52 3B
Octal 312 102 354 16 110 0 7 440 122 73
Binary 11001010 1000010 11101100 1110 1001000 0 111 100100000 1010010 111011

Color Harmonies of #CA42EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA42EC

Black with #CA42EC

Text Example


Text Example

White with #CA42EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA42EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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