Html Css Color HEX #CA41DE Medium Orchid

📋 copy color: '#CA41DE'

red 202 ◦ green 65 ◦ blue 222

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

Shades of Medium Orchid #CA41DE

Tints of Medium Orchid #CA41DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.4%

R = 41.31%
G = 13.29%
B = 45.4%

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

#CA41DE (or 0xCA41DE) is known color: Medium Orchid. HEX triplet: CA, 41 and DE. RGB value is (202,65,222). Sum of RGB (Red+Green+Blue) = 202+65+222=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 65 (25.78% from 255 or 13.29% from 489); Blue value is 222 (87.11% from 255 or 45.40% from 489); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA41DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA41DE is #35BE21. Grayscale: #7B7B7B. Windows color (decimal): -3522082 or 14565834. OLE color: 14565834.

HSL color Cylindrical-coordinate representation of color #CA41DE: hue angle of 292.36º degrees, saturation: 0.7, 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 #CA41DE is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 65 222 -
CMYK 0.09 0.71 0 0.13
HSL 292.36º 0.7% 0.56% -
HSV(B) 292.36º 0.71% 0.87% -
XYZ 39.43 21.61 71.2 -
YUV 123.86 183.39 183.73 -
System Red Green Blue C M Y K H S L
Decimal 202 65 222 0.09 0.71 0 0.13 292.36 0.7 0.56
Hex CA 41 DE 9 47 0 D 124 46 38
Octal 312 101 336 11 107 0 15 444 106 70
Binary 11001010 1000001 11011110 1001 1000111 0 1101 100100100 1000110 111000

Color Harmonies of #CA41DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA41DE

Black with #CA41DE

Text Example


Text Example

White with #CA41DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA41DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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