Html Css Color HEX #CF53D8 Medium Orchid

📋 copy color: '#CF53D8'

red 207 ◦ green 83 ◦ blue 216

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

Shades of Medium Orchid #CF53D8

Tints of Medium Orchid #CF53D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.69%

R = 40.91%
G = 16.4%
B = 42.69%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF53D8 (or 0xCF53D8) is known color: Medium Orchid. HEX triplet: CF, 53 and D8. RGB value is (207,83,216). Sum of RGB (Red+Green+Blue) = 207+83+216=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 83 (32.81% from 255 or 16.40% from 506); Blue value is 216 (84.77% from 255 or 42.69% from 506); Max value from RGB is 216 - color contains mainly: blue. Hex color #CF53D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF53D8 is #30AC27. Grayscale: #868686. Windows color (decimal): -3189800 or 14177231. OLE color: 14177231.

HSL color Cylindrical-coordinate representation of color #CF53D8: hue angle of 295.94º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF53D8 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 83 216 -
CMYK 0.04 0.62 0 0.15
HSL 295.94º 0.63% 0.59% -
HSV(B) 295.94º 0.62% 0.85% -
XYZ 41.22 24.41 67.5 -
YUV 135.24 173.58 179.19 -
System Red Green Blue C M Y K H S L
Decimal 207 83 216 0.04 0.62 0 0.15 295.94 0.63 0.59
Hex CF 53 D8 4 3E 0 F 128 3F 3B
Octal 317 123 330 4 76 0 17 450 77 73
Binary 11001111 1010011 11011000 100 111110 0 1111 100101000 111111 111011

Color Harmonies of #CF53D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF53D8

Black with #CF53D8

Text Example


Text Example

White with #CF53D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF53D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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