Html Css Color HEX #CF55EF Medium Orchid

📋 copy color: '#CF55EF'

red 207 ◦ green 85 ◦ blue 239

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

Shades of Medium Orchid #CF55EF

Tints of Medium Orchid #CF55EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.01%

R = 38.98%
G = 16.01%
B = 45.01%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CF55EF (or 0xCF55EF) is known color: Medium Orchid. HEX triplet: CF, 55 and EF. RGB value is (207,85,239). Sum of RGB (Red+Green+Blue) = 207+85+239=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 85 (33.59% from 255 or 16.01% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF55EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF55EF is #30AA10. Grayscale: #8A8A8A. Windows color (decimal): -3189265 or 15685071. OLE color: 15685071.

HSL color Cylindrical-coordinate representation of color #CF55EF: hue angle of 287.53º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF55EF is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 85 239 -
CMYK 0.13 0.64 0 0.06
HSL 287.53º 0.83% 0.64% -
HSV(B) 287.53º 0.64% 0.94% -
XYZ 44.56 25.99 84.33 -
YUV 139.03 184.42 176.48 -
System Red Green Blue C M Y K H S L
Decimal 207 85 239 0.13 0.64 0 0.06 287.53 0.83 0.64
Hex CF 55 EF D 40 0 6 120 53 40
Octal 317 125 357 15 100 0 6 440 123 100
Binary 11001111 1010101 11101111 1101 1000000 0 110 100100000 1010011 1000000

Color Harmonies of #CF55EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF55EF

Black with #CF55EF

Text Example


Text Example

White with #CF55EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF55EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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