Html Css Color HEX #CA42D6 Medium Orchid

📋 copy color: '#CA42D6'

red 202 ◦ green 66 ◦ blue 214

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

Shades of Medium Orchid #CA42D6

Tints of Medium Orchid #CA42D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.4%

R = 41.91%
G = 13.69%
B = 44.4%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CA42D6 (or 0xCA42D6) is known color: Medium Orchid. HEX triplet: CA, 42 and D6. RGB value is (202,66,214). Sum of RGB (Red+Green+Blue) = 202+66+214=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 66 (26.17% from 255 or 13.69% from 482); Blue value is 214 (83.98% from 255 or 44.40% from 482); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA42D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA42D6 is #35BD29. Grayscale: #7B7B7B. Windows color (decimal): -3521834 or 14041802. OLE color: 14041802.

HSL color Cylindrical-coordinate representation of color #CA42D6: hue angle of 295.14º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA42D6 is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 66 214 -
CMYK 0.06 0.69 0 0.16
HSL 295.14º 0.64% 0.55% -
HSV(B) 295.14º 0.69% 0.84% -
XYZ 38.44 21.31 65.71 -
YUV 123.54 179.06 183.97 -
System Red Green Blue C M Y K H S L
Decimal 202 66 214 0.06 0.69 0 0.16 295.14 0.64 0.55
Hex CA 42 D6 6 45 0 10 127 40 37
Octal 312 102 326 6 105 0 20 447 100 67
Binary 11001010 1000010 11010110 110 1000101 0 10000 100100111 1000000 110111

Color Harmonies of #CA42D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA42D6

Black with #CA42D6

Text Example


Text Example

White with #CA42D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA42D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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