Html Css Color HEX #CF53EE Medium Orchid

📋 copy color: '#CF53EE'

red 207 ◦ green 83 ◦ blue 238

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

Shades of Medium Orchid #CF53EE

Tints of Medium Orchid #CF53EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.08%

R = 39.2%
G = 15.72%
B = 45.08%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF53EE (or 0xCF53EE) is known color: Medium Orchid. HEX triplet: CF, 53 and EE. RGB value is (207,83,238). Sum of RGB (Red+Green+Blue) = 207+83+238=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 83 (32.81% from 255 or 15.72% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF53EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF53EE is #30AC11. Grayscale: #898989. Windows color (decimal): -3189778 or 15619023. OLE color: 15619023.

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

Color convert

RGB 207 83 238 -
CMYK 0.13 0.65 0 0.07
HSL 288º 0.82% 0.63% -
HSV(B) 288º 0.65% 0.93% -
XYZ 44.26 25.62 83.5 -
YUV 137.75 184.58 177.4 -
System Red Green Blue C M Y K H S L
Decimal 207 83 238 0.13 0.65 0 0.07 288 0.82 0.63
Hex CF 53 EE D 41 0 7 120 52 3F
Octal 317 123 356 15 101 0 7 440 122 77
Binary 11001111 1010011 11101110 1101 1000001 0 111 100100000 1010010 111111

Color Harmonies of #CF53EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF53EE

Black with #CF53EE

Text Example


Text Example

White with #CF53EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF53EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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