Html Css Color HEX #CA4DF1 Medium Orchid

📋 copy color: '#CA4DF1'

red 202 ◦ green 77 ◦ blue 241

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

Shades of Medium Orchid #CA4DF1

Tints of Medium Orchid #CA4DF1

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.81%

 BLUE value IS 241 (94.53% from 255) = 46.35%

R = 38.85%
G = 14.81%
B = 46.35%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CA4DF1 (or 0xCA4DF1) is known color: Medium Orchid. HEX triplet: CA, 4D and F1. RGB value is (202,77,241). Sum of RGB (Red+Green+Blue) = 202+77+241=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 77 (30.47% from 255 or 14.81% from 520); Blue value is 241 (94.53% from 255 or 46.35% from 520); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA4DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA4DF1 is #35B20E. Grayscale: #848484. Windows color (decimal): -3518991 or 15814090. OLE color: 15814090.

HSL color Cylindrical-coordinate representation of color #CA4DF1: hue angle of 285.73º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA4DF1 is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 77 241 -
CMYK 0.16 0.68 0 0.05
HSL 285.73º 0.85% 0.62% -
HSV(B) 285.73º 0.68% 0.95% -
XYZ 42.89 24.22 85.63 -
YUV 133.07 188.91 177.16 -
System Red Green Blue C M Y K H S L
Decimal 202 77 241 0.16 0.68 0 0.05 285.73 0.85 0.62
Hex CA 4D F1 10 44 0 5 11E 55 3E
Octal 312 115 361 20 104 0 5 436 125 76
Binary 11001010 1001101 11110001 10000 1000100 0 101 100011110 1010101 111110

Color Harmonies of #CA4DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4DF1

Black with #CA4DF1

Text Example


Text Example

White with #CA4DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4DF1; }

 p { color: rgb(202,77,241); }

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

background-color css

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

 a { background-color: rgb(202,77,241); }

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

border-color css

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

 span { border-color: rgb(202,77,241); }

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