Html Css Color HEX #CA41DF Medium Orchid

📋 copy color: '#CA41DF'

red 202 ◦ green 65 ◦ blue 223

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

Shades of Medium Orchid #CA41DF

Tints of Medium Orchid #CA41DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.51%

R = 41.22%
G = 13.27%
B = 45.51%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA41DF (or 0xCA41DF) is known color: Medium Orchid. HEX triplet: CA, 41 and DF. RGB value is (202,65,223). Sum of RGB (Red+Green+Blue) = 202+65+223=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 65 (25.78% from 255 or 13.27% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA41DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA41DF is #35BE20. Grayscale: #7B7B7B. Windows color (decimal): -3522081 or 14631370. OLE color: 14631370.

HSL color Cylindrical-coordinate representation of color #CA41DF: hue angle of 292.03º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA41DF is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 65 223 -
CMYK 0.09 0.71 0 0.13
HSL 292.03º 0.71% 0.56% -
HSV(B) 292.03º 0.71% 0.87% -
XYZ 39.57 21.66 71.91 -
YUV 123.98 183.89 183.65 -
System Red Green Blue C M Y K H S L
Decimal 202 65 223 0.09 0.71 0 0.13 292.03 0.71 0.56
Hex CA 41 DF 9 47 0 D 124 47 38
Octal 312 101 337 11 107 0 15 444 107 70
Binary 11001010 1000001 11011111 1001 1000111 0 1101 100100100 1000111 111000

Color Harmonies of #CA41DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA41DF

Black with #CA41DF

Text Example


Text Example

White with #CA41DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA41DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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