Html Css Color HEX #CF3FEE Medium Orchid

📋 copy color: '#CF3FEE'

red 207 ◦ green 63 ◦ blue 238

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

Shades of Medium Orchid #CF3FEE

Tints of Medium Orchid #CF3FEE

RGB

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

 GREEN value IS 63 (25% from 255) = 12.4%

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

R = 40.75%
G = 12.4%
B = 46.85%

CMYK

 C value IS 0.13

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF3FEE (or 0xCF3FEE) is known color: Medium Orchid. HEX triplet: CF, 3F and EE. RGB value is (207,63,238). Sum of RGB (Red+Green+Blue) = 207+63+238=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 63 (25% from 255 or 12.40% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF3FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3FEE is #30C011. Grayscale: #7D7D7D. Windows color (decimal): -3194898 or 15613903. OLE color: 15613903.

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

Color convert

RGB 207 63 238 -
CMYK 0.13 0.74 0 0.07
HSL 289.37º 0.84% 0.59% -
HSV(B) 289.37º 0.74% 0.93% -
XYZ 42.94 22.99 83.06 -
YUV 126.01 191.21 185.77 -
System Red Green Blue C M Y K H S L
Decimal 207 63 238 0.13 0.74 0 0.07 289.37 0.84 0.59
Hex CF 3F EE D 4A 0 7 121 54 3B
Octal 317 77 356 15 112 0 7 441 124 73
Binary 11001111 111111 11101110 1101 1001010 0 111 100100001 1010100 111011

Color Harmonies of #CF3FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3FEE

Black with #CF3FEE

Text Example


Text Example

White with #CF3FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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