Html Css Color HEX #CF2FEE Medium Orchid

📋 copy color: '#CF2FEE'

red 207 ◦ green 47 ◦ blue 238

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

Shades of Medium Orchid #CF2FEE

Tints of Medium Orchid #CF2FEE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.55%

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

R = 42.07%
G = 9.55%
B = 48.37%

CMYK

 C value IS 0.13

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF2FEE (or 0xCF2FEE) is known color: Medium Orchid. HEX triplet: CF, 2F and EE. RGB value is (207,47,238). Sum of RGB (Red+Green+Blue) = 207+47+238=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 47 (18.75% from 255 or 9.55% from 492); Blue value is 238 (93.36% from 255 or 48.37% from 492); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF2FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF2FEE is #30D011. Grayscale: #747474. Windows color (decimal): -3198994 or 15609807. OLE color: 15609807.

HSL color Cylindrical-coordinate representation of color #CF2FEE: hue angle of 290.26º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF2FEE is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 47 238 -
CMYK 0.13 0.80 0 0.07
HSL 290.26º 0.85% 0.56% -
HSV(B) 290.26º 0.8% 0.93% -
XYZ 42.18 21.47 82.81 -
YUV 116.61 196.51 192.47 -
System Red Green Blue C M Y K H S L
Decimal 207 47 238 0.13 0.80 0 0.07 290.26 0.85 0.56
Hex CF 2F EE D 50 0 7 122 55 38
Octal 317 57 356 15 120 0 7 442 125 70
Binary 11001111 101111 11101110 1101 1010000 0 111 100100010 1010101 111000

Color Harmonies of #CF2FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2FEE

Black with #CF2FEE

Text Example


Text Example

White with #CF2FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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