Html Css Color HEX #CA42E1 Medium Orchid

📋 copy color: '#CA42E1'

red 202 ◦ green 66 ◦ blue 225

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

Shades of Medium Orchid #CA42E1

Tints of Medium Orchid #CA42E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45.64%

R = 40.97%
G = 13.39%
B = 45.64%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CA42E1 (or 0xCA42E1) is known color: Medium Orchid. HEX triplet: CA, 42 and E1. RGB value is (202,66,225). Sum of RGB (Red+Green+Blue) = 202+66+225=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 66 (26.17% from 255 or 13.39% from 493); Blue value is 225 (88.28% from 255 or 45.64% from 493); Max value from RGB is 225 - color contains mainly: blue. Hex color #CA42E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA42E1 is #35BD1E. Grayscale: #7C7C7C. Windows color (decimal): -3521823 or 14762698. OLE color: 14762698.

HSL color Cylindrical-coordinate representation of color #CA42E1: hue angle of 291.32º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA42E1 is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 66 225 -
CMYK 0.10 0.71 0 0.12
HSL 291.32º 0.73% 0.57% -
HSV(B) 291.32º 0.71% 0.88% -
XYZ 39.9 21.89 73.36 -
YUV 124.79 184.56 183.07 -
System Red Green Blue C M Y K H S L
Decimal 202 66 225 0.10 0.71 0 0.12 291.32 0.73 0.57
Hex CA 42 E1 A 47 0 C 123 49 39
Octal 312 102 341 12 107 0 14 443 111 71
Binary 11001010 1000010 11100001 1010 1000111 0 1100 100100011 1001001 111001

Color Harmonies of #CA42E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA42E1

Black with #CA42E1

Text Example


Text Example

White with #CA42E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA42E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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