Html Css Color HEX #CA42F0 Medium Orchid

📋 copy color: '#CA42F0'

red 202 ◦ green 66 ◦ blue 240

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

Shades of Medium Orchid #CA42F0

Tints of Medium Orchid #CA42F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 47.24%

R = 39.76%
G = 12.99%
B = 47.24%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CA42F0 (or 0xCA42F0) is known color: Medium Orchid. HEX triplet: CA, 42 and F0. RGB value is (202,66,240). Sum of RGB (Red+Green+Blue) = 202+66+240=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 66 (26.17% from 255 or 12.99% from 508); Blue value is 240 (94.14% from 255 or 47.24% from 508); Max value from RGB is 240 - color contains mainly: blue. Hex color #CA42F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA42F0 is #35BD0F. Grayscale: #7D7D7D. Windows color (decimal): -3521808 or 15745738. OLE color: 15745738.

HSL color Cylindrical-coordinate representation of color #CA42F0: hue angle of 286.9º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA42F0 is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 66 240 -
CMYK 0.16 0.72 0 0.06
HSL 286.9º 0.85% 0.6% -
HSV(B) 286.9º 0.73% 0.94% -
XYZ 42.03 22.74 84.61 -
YUV 126.5 192.06 181.85 -
System Red Green Blue C M Y K H S L
Decimal 202 66 240 0.16 0.72 0 0.06 286.9 0.85 0.6
Hex CA 42 F0 10 48 0 6 11F 55 3C
Octal 312 102 360 20 110 0 6 437 125 74
Binary 11001010 1000010 11110000 10000 1001000 0 110 100011111 1010101 111100

Color Harmonies of #CA42F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA42F0

Black with #CA42F0

Text Example


Text Example

White with #CA42F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA42F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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