Html Css Color HEX #CA4ADF Medium Orchid

📋 copy color: '#CA4ADF'

red 202 ◦ green 74 ◦ blue 223

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

Shades of Medium Orchid #CA4ADF

Tints of Medium Orchid #CA4ADF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.83%

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

R = 40.48%
G = 14.83%
B = 44.69%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA4ADF (or 0xCA4ADF) is known color: Medium Orchid. HEX triplet: CA, 4A and DF. RGB value is (202,74,223). Sum of RGB (Red+Green+Blue) = 202+74+223=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 74 (29.30% from 255 or 14.83% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA4ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4ADF is #35B520. Grayscale: #808080. Windows color (decimal): -3519777 or 14633674. OLE color: 14633674.

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

Color convert

RGB 202 74 223 -
CMYK 0.09 0.67 0 0.13
HSL 291.54º 0.7% 0.58% -
HSV(B) 291.54º 0.67% 0.87% -
XYZ 40.13 22.78 72.09 -
YUV 129.26 180.91 179.88 -
System Red Green Blue C M Y K H S L
Decimal 202 74 223 0.09 0.67 0 0.13 291.54 0.7 0.58
Hex CA 4A DF 9 43 0 D 124 46 3A
Octal 312 112 337 11 103 0 15 444 106 72
Binary 11001010 1001010 11011111 1001 1000011 0 1101 100100100 1000110 111010

Color Harmonies of #CA4ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4ADF

Black with #CA4ADF

Text Example


Text Example

White with #CA4ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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