Html Css Color HEX #CA41DC Medium Orchid

📋 copy color: '#CA41DC'

red 202 ◦ green 65 ◦ blue 220

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

Shades of Medium Orchid #CA41DC

Tints of Medium Orchid #CA41DC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.35%

 BLUE value IS 220 (86.33% from 255) = 45.17%

R = 41.48%
G = 13.35%
B = 45.17%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA41DC (or 0xCA41DC) is known color: Medium Orchid. HEX triplet: CA, 41 and DC. RGB value is (202,65,220). Sum of RGB (Red+Green+Blue) = 202+65+220=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 65 (25.78% from 255 or 13.35% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA41DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA41DC is #35BE23. Grayscale: #7B7B7B. Windows color (decimal): -3522084 or 14434762. OLE color: 14434762.

HSL color Cylindrical-coordinate representation of color #CA41DC: hue angle of 293.03º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA41DC is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 65 220 -
CMYK 0.08 0.70 0 0.14
HSL 293.03º 0.69% 0.56% -
HSV(B) 293.03º 0.7% 0.86% -
XYZ 39.17 21.5 69.8 -
YUV 123.63 182.39 183.9 -
System Red Green Blue C M Y K H S L
Decimal 202 65 220 0.08 0.70 0 0.14 293.03 0.69 0.56
Hex CA 41 DC 8 46 0 E 125 45 38
Octal 312 101 334 10 106 0 16 445 105 70
Binary 11001010 1000001 11011100 1000 1000110 0 1110 100100101 1000101 111000

Color Harmonies of #CA41DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA41DC

Black with #CA41DC

Text Example


Text Example

White with #CA41DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA41DC; }

 p { color: rgb(202,65,220); }

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

background-color css

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

 a { background-color: rgb(202,65,220); }

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

border-color css

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

 span { border-color: rgb(202,65,220); }

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