Html Css Color HEX #CF3FEF Medium Orchid

📋 copy color: '#CF3FEF'

red 207 ◦ green 63 ◦ blue 239

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

Shades of Medium Orchid #CF3FEF

Tints of Medium Orchid #CF3FEF

RGB

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

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

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

R = 40.67%
G = 12.38%
B = 46.95%

CMYK

 C value IS 0.13

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CF3FEF (or 0xCF3FEF) is known color: Medium Orchid. HEX triplet: CF, 3F and EF. RGB value is (207,63,239). Sum of RGB (Red+Green+Blue) = 207+63+239=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 63 (25% from 255 or 12.38% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF3FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3FEF is #30C010. Grayscale: #7D7D7D. Windows color (decimal): -3194897 or 15679439. OLE color: 15679439.

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

Color convert

RGB 207 63 239 -
CMYK 0.13 0.74 0 0.06
HSL 289.09º 0.85% 0.59% -
HSV(B) 289.09º 0.74% 0.94% -
XYZ 43.09 23.05 83.84 -
YUV 126.12 191.71 185.69 -
System Red Green Blue C M Y K H S L
Decimal 207 63 239 0.13 0.74 0 0.06 289.09 0.85 0.59
Hex CF 3F EF D 4A 0 6 121 55 3B
Octal 317 77 357 15 112 0 6 441 125 73
Binary 11001111 111111 11101111 1101 1001010 0 110 100100001 1010101 111011

Color Harmonies of #CF3FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3FEF

Black with #CF3FEF

Text Example


Text Example

White with #CF3FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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