Html Css Color HEX #CF53DF Medium Orchid

📋 copy color: '#CF53DF'

red 207 ◦ green 83 ◦ blue 223

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

Shades of Medium Orchid #CF53DF

Tints of Medium Orchid #CF53DF

RGB

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

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

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

R = 40.35%
G = 16.18%
B = 43.47%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF53DF (or 0xCF53DF) is known color: Medium Orchid. HEX triplet: CF, 53 and DF. RGB value is (207,83,223). Sum of RGB (Red+Green+Blue) = 207+83+223=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 83 (32.81% from 255 or 16.18% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF53DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF53DF is #30AC20. Grayscale: #878787. Windows color (decimal): -3189793 or 14635983. OLE color: 14635983.

HSL color Cylindrical-coordinate representation of color #CF53DF: hue angle of 293.14º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF53DF is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 83 223 -
CMYK 0.07 0.63 0 0.13
HSL 293.14º 0.69% 0.6% -
HSV(B) 293.14º 0.63% 0.87% -
XYZ 42.14 24.78 72.37 -
YUV 136.04 177.08 178.62 -
System Red Green Blue C M Y K H S L
Decimal 207 83 223 0.07 0.63 0 0.13 293.14 0.69 0.6
Hex CF 53 DF 7 3F 0 D 125 45 3C
Octal 317 123 337 7 77 0 15 445 105 74
Binary 11001111 1010011 11011111 111 111111 0 1101 100100101 1000101 111100

Color Harmonies of #CF53DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF53DF

Black with #CF53DF

Text Example


Text Example

White with #CF53DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF53DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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