Html Css Color HEX #CF3EFE Medium Orchid

📋 copy color: '#CF3EFE'

red 207 ◦ green 62 ◦ blue 254

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

Shades of Medium Orchid #CF3EFE

Tints of Medium Orchid #CF3EFE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 11.85%

 BLUE value IS 254 (99.61% from 255) = 48.57%

R = 39.58%
G = 11.85%
B = 48.57%

CMYK

 C value IS 0.19

 M value IS 0.76

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CF3EFE (or 0xCF3EFE) is known color: Medium Orchid. HEX triplet: CF, 3E and FE. RGB value is (207,62,254). Sum of RGB (Red+Green+Blue) = 207+62+254=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 62 (24.61% from 255 or 11.85% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF3EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3EFE is #30C101. Grayscale: #7E7E7E. Windows color (decimal): -3195138 or 16662223. OLE color: 16662223.

HSL color Cylindrical-coordinate representation of color #CF3EFE: hue angle of 285.31º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF3EFE is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 207 62 254 -
CMYK 0.19 0.76 0 0.00
HSL 285.31º 0.99% 0.62% -
HSV(B) 285.31º 0.76% 1% -
XYZ 45.34 23.87 95.98 -
YUV 127.24 199.54 184.89 -
System Red Green Blue C M Y K H S L
Decimal 207 62 254 0.19 0.76 0 0.00 285.31 0.99 0.62
Hex CF 3E FE 13 4C 0 0 11D 63 3E
Octal 317 76 376 23 114 0 0 435 143 76
Binary 11001111 111110 11111110 10011 1001100 0 0 100011101 1100011 111110

Color Harmonies of #CF3EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3EFE

Black with #CF3EFE

Text Example


Text Example

White with #CF3EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3EFE; }

 p { color: rgb(207,62,254); }

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

background-color css

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

 a { background-color: rgb(207,62,254); }

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

border-color css

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

 span { border-color: rgb(207,62,254); }

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