Html Css Color HEX #CA4FDC Medium Orchid

📋 copy color: '#CA4FDC'

red 202 ◦ green 79 ◦ blue 220

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

Shades of Medium Orchid #CA4FDC

Tints of Medium Orchid #CA4FDC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.77%

 BLUE value IS 220 (86.33% from 255) = 43.91%

R = 40.32%
G = 15.77%
B = 43.91%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA4FDC (or 0xCA4FDC) is known color: Medium Orchid. HEX triplet: CA, 4F and DC. RGB value is (202,79,220). Sum of RGB (Red+Green+Blue) = 202+79+220=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 79 (31.25% from 255 or 15.77% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA4FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4FDC is #35B023. Grayscale: #838383. Windows color (decimal): -3518500 or 14438346. OLE color: 14438346.

HSL color Cylindrical-coordinate representation of color #CA4FDC: hue angle of 292.34º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA4FDC is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 79 220 -
CMYK 0.08 0.64 0 0.14
HSL 292.34º 0.67% 0.59% -
HSV(B) 292.34º 0.64% 0.86% -
XYZ 40.07 23.32 70.1 -
YUV 131.85 177.75 178.04 -
System Red Green Blue C M Y K H S L
Decimal 202 79 220 0.08 0.64 0 0.14 292.34 0.67 0.59
Hex CA 4F DC 8 40 0 E 124 43 3B
Octal 312 117 334 10 100 0 16 444 103 73
Binary 11001010 1001111 11011100 1000 1000000 0 1110 100100100 1000011 111011

Color Harmonies of #CA4FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4FDC

Black with #CA4FDC

Text Example


Text Example

White with #CA4FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4FDC; }

 p { color: rgb(202,79,220); }

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

background-color css

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

 a { background-color: rgb(202,79,220); }

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

border-color css

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

 span { border-color: rgb(202,79,220); }

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