Html Css Color HEX #CF55DC Medium Orchid

📋 copy color: '#CF55DC'

red 207 ◦ green 85 ◦ blue 220

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

Shades of Medium Orchid #CF55DC

Tints of Medium Orchid #CF55DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.97%

R = 40.43%
G = 16.6%
B = 42.97%

CMYK

 C value IS 0.06

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF55DC (or 0xCF55DC) is known color: Medium Orchid. HEX triplet: CF, 55 and DC. RGB value is (207,85,220). Sum of RGB (Red+Green+Blue) = 207+85+220=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 85 (33.59% from 255 or 16.60% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF55DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF55DC is #30AA23. Grayscale: #888888. Windows color (decimal): -3189284 or 14439887. OLE color: 14439887.

HSL color Cylindrical-coordinate representation of color #CF55DC: hue angle of 294.22º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF55DC is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 85 220 -
CMYK 0.06 0.61 0 0.14
HSL 294.22º 0.66% 0.6% -
HSV(B) 294.22º 0.61% 0.86% -
XYZ 41.9 24.93 70.31 -
YUV 136.87 174.92 178.02 -
System Red Green Blue C M Y K H S L
Decimal 207 85 220 0.06 0.61 0 0.14 294.22 0.66 0.6
Hex CF 55 DC 6 3D 0 E 126 42 3C
Octal 317 125 334 6 75 0 16 446 102 74
Binary 11001111 1010101 11011100 110 111101 0 1110 100100110 1000010 111100

Color Harmonies of #CF55DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF55DC

Black with #CF55DC

Text Example


Text Example

White with #CF55DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF55DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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