Html Css Color HEX #CF53DC Medium Orchid

📋 copy color: '#CF53DC'

red 207 ◦ green 83 ◦ blue 220

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

Shades of Medium Orchid #CF53DC

Tints of Medium Orchid #CF53DC

RGB

 RED value IS 207 (81.25% from 255) = 40.59%

 GREEN value IS 83 (32.81% from 255) = 16.27%

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

R = 40.59%
G = 16.27%
B = 43.14%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF53DC (or 0xCF53DC) is known color: Medium Orchid. HEX triplet: CF, 53 and DC. RGB value is (207,83,220). Sum of RGB (Red+Green+Blue) = 207+83+220=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 83 (32.81% from 255 or 16.27% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF53DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF53DC is #30AC23. Grayscale: #878787. Windows color (decimal): -3189796 or 14439375. OLE color: 14439375.

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

Color convert

RGB 207 83 220 -
CMYK 0.06 0.62 0 0.14
HSL 294.31º 0.66% 0.59% -
HSV(B) 294.31º 0.62% 0.86% -
XYZ 41.74 24.62 70.26 -
YUV 135.69 175.58 178.86 -
System Red Green Blue C M Y K H S L
Decimal 207 83 220 0.06 0.62 0 0.14 294.31 0.66 0.59
Hex CF 53 DC 6 3E 0 E 126 42 3B
Octal 317 123 334 6 76 0 16 446 102 73
Binary 11001111 1010011 11011100 110 111110 0 1110 100100110 1000010 111011

Color Harmonies of #CF53DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF53DC

Black with #CF53DC

Text Example


Text Example

White with #CF53DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF53DC; }

 p { color: rgb(207,83,220); }

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

background-color css

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

 a { background-color: rgb(207,83,220); }

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

border-color css

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

 span { border-color: rgb(207,83,220); }

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