Html Css Color HEX #CF53DB Medium Orchid

📋 copy color: '#CF53DB'

red 207 ◦ green 83 ◦ blue 219

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

Shades of Medium Orchid #CF53DB

Tints of Medium Orchid #CF53DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.03%

R = 40.67%
G = 16.31%
B = 43.03%

CMYK

 C value IS 0.05

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF53DB (or 0xCF53DB) is known color: Medium Orchid. HEX triplet: CF, 53 and DB. RGB value is (207,83,219). Sum of RGB (Red+Green+Blue) = 207+83+219=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 83 (32.81% from 255 or 16.31% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF53DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF53DB is #30AC24. Grayscale: #878787. Windows color (decimal): -3189797 or 14373839. OLE color: 14373839.

HSL color Cylindrical-coordinate representation of color #CF53DB: hue angle of 294.71º degrees, saturation: 0.65, 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 #CF53DB is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 83 219 -
CMYK 0.05 0.62 0 0.14
HSL 294.71º 0.65% 0.59% -
HSV(B) 294.71º 0.62% 0.86% -
XYZ 41.61 24.57 69.57 -
YUV 135.58 175.08 178.94 -
System Red Green Blue C M Y K H S L
Decimal 207 83 219 0.05 0.62 0 0.14 294.71 0.65 0.59
Hex CF 53 DB 5 3E 0 E 127 41 3B
Octal 317 123 333 5 76 0 16 447 101 73
Binary 11001111 1010011 11011011 101 111110 0 1110 100100111 1000001 111011

Color Harmonies of #CF53DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF53DB

Black with #CF53DB

Text Example


Text Example

White with #CF53DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF53DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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