Html Css Color HEX #CF55DF Medium Orchid

📋 copy color: '#CF55DF'

red 207 ◦ green 85 ◦ blue 223

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

Shades of Medium Orchid #CF55DF

Tints of Medium Orchid #CF55DF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.5%

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

R = 40.19%
G = 16.5%
B = 43.3%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF55DF (or 0xCF55DF) is known color: Medium Orchid. HEX triplet: CF, 55 and DF. RGB value is (207,85,223). Sum of RGB (Red+Green+Blue) = 207+85+223=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 85 (33.59% from 255 or 16.50% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF55DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF55DF is #30AA20. Grayscale: #888888. Windows color (decimal): -3189281 or 14636495. OLE color: 14636495.

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

Color convert

RGB 207 85 223 -
CMYK 0.07 0.62 0 0.13
HSL 293.04º 0.68% 0.6% -
HSV(B) 293.04º 0.62% 0.87% -
XYZ 42.3 25.09 72.43 -
YUV 137.21 176.42 177.78 -
System Red Green Blue C M Y K H S L
Decimal 207 85 223 0.07 0.62 0 0.13 293.04 0.68 0.6
Hex CF 55 DF 7 3E 0 D 125 44 3C
Octal 317 125 337 7 76 0 15 445 104 74
Binary 11001111 1010101 11011111 111 111110 0 1101 100100101 1000100 111100

Color Harmonies of #CF55DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF55DF

Black with #CF55DF

Text Example


Text Example

White with #CF55DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF55DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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