Html Css Color HEX #CF5DDF Medium Orchid

📋 copy color: '#CF5DDF'

red 207 ◦ green 93 ◦ blue 223

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

Shades of Medium Orchid #CF5DDF

Tints of Medium Orchid #CF5DDF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.78%

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

R = 39.58%
G = 17.78%
B = 42.64%

CMYK

 C value IS 0.07

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF5DDF (or 0xCF5DDF) is known color: Medium Orchid. HEX triplet: CF, 5D and DF. RGB value is (207,93,223). Sum of RGB (Red+Green+Blue) = 207+93+223=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 93 (36.72% from 255 or 17.78% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF5DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5DDF is #30A220. Grayscale: #8D8D8D. Windows color (decimal): -3187233 or 14638543. OLE color: 14638543.

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

Color convert

RGB 207 93 223 -
CMYK 0.07 0.58 0 0.13
HSL 292.62º 0.67% 0.62% -
HSV(B) 292.62º 0.58% 0.87% -
XYZ 42.97 26.42 72.65 -
YUV 141.91 173.77 174.43 -
System Red Green Blue C M Y K H S L
Decimal 207 93 223 0.07 0.58 0 0.13 292.62 0.67 0.62
Hex CF 5D DF 7 3A 0 D 125 43 3E
Octal 317 135 337 7 72 0 15 445 103 76
Binary 11001111 1011101 11011111 111 111010 0 1101 100100101 1000011 111110

Color Harmonies of #CF5DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5DDF

Black with #CF5DDF

Text Example


Text Example

White with #CF5DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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