Html Css Color HEX #CA51DF Medium Orchid

📋 copy color: '#CA51DF'

red 202 ◦ green 81 ◦ blue 223

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

Shades of Medium Orchid #CA51DF

Tints of Medium Orchid #CA51DF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.01%

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

R = 39.92%
G = 16.01%
B = 44.07%

CMYK

 C value IS 0.09

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA51DF (or 0xCA51DF) is known color: Medium Orchid. HEX triplet: CA, 51 and DF. RGB value is (202,81,223). Sum of RGB (Red+Green+Blue) = 202+81+223=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 81 (32.03% from 255 or 16.01% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA51DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA51DF is #35AE20. Grayscale: #848484. Windows color (decimal): -3517985 or 14635466. OLE color: 14635466.

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

Color convert

RGB 202 81 223 -
CMYK 0.09 0.64 0 0.13
HSL 291.13º 0.69% 0.6% -
HSV(B) 291.13º 0.64% 0.87% -
XYZ 40.62 23.77 72.26 -
YUV 133.37 178.59 176.95 -
System Red Green Blue C M Y K H S L
Decimal 202 81 223 0.09 0.64 0 0.13 291.13 0.69 0.6
Hex CA 51 DF 9 40 0 D 123 45 3C
Octal 312 121 337 11 100 0 15 443 105 74
Binary 11001010 1010001 11011111 1001 1000000 0 1101 100100011 1000101 111100

Color Harmonies of #CA51DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA51DF

Black with #CA51DF

Text Example


Text Example

White with #CA51DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA51DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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