Html Css Color HEX #CA42E5 Medium Orchid

📋 copy color: '#CA42E5'

red 202 ◦ green 66 ◦ blue 229

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

Shades of Medium Orchid #CA42E5

Tints of Medium Orchid #CA42E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 46.08%

R = 40.64%
G = 13.28%
B = 46.08%

CMYK

 C value IS 0.12

 M value IS 0.71

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CA42E5 (or 0xCA42E5) is known color: Medium Orchid. HEX triplet: CA, 42 and E5. RGB value is (202,66,229). Sum of RGB (Red+Green+Blue) = 202+66+229=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 66 (26.17% from 255 or 13.28% from 497); Blue value is 229 (89.84% from 255 or 46.08% from 497); Max value from RGB is 229 - color contains mainly: blue. Hex color #CA42E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA42E5 is #35BD1A. Grayscale: #7C7C7C. Windows color (decimal): -3521819 or 15024842. OLE color: 15024842.

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

Color convert

RGB 202 66 229 -
CMYK 0.12 0.71 0 0.10
HSL 290.06º 0.76% 0.58% -
HSV(B) 290.06º 0.71% 0.9% -
XYZ 40.45 22.11 76.26 -
YUV 125.25 186.56 182.75 -
System Red Green Blue C M Y K H S L
Decimal 202 66 229 0.12 0.71 0 0.10 290.06 0.76 0.58
Hex CA 42 E5 C 47 0 A 122 4C 3A
Octal 312 102 345 14 107 0 12 442 114 72
Binary 11001010 1000010 11100101 1100 1000111 0 1010 100100010 1001100 111010

Color Harmonies of #CA42E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA42E5

Black with #CA42E5

Text Example


Text Example

White with #CA42E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA42E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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