Html Css Color HEX #CF3EFB Medium Orchid

📋 copy color: '#CF3EFB'

red 207 ◦ green 62 ◦ blue 251

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

Shades of Medium Orchid #CF3EFB

Tints of Medium Orchid #CF3EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.27%

R = 39.81%
G = 11.92%
B = 48.27%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CF3EFB (or 0xCF3EFB) is known color: Medium Orchid. HEX triplet: CF, 3E and FB. RGB value is (207,62,251). Sum of RGB (Red+Green+Blue) = 207+62+251=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 62 (24.61% from 255 or 11.92% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #CF3EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3EFB is #30C104. Grayscale: #7E7E7E. Windows color (decimal): -3195141 or 16465615. OLE color: 16465615.

HSL color Cylindrical-coordinate representation of color #CF3EFB: hue angle of 286.03º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF3EFB is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 62 251 -
CMYK 0.18 0.75 0 0.02
HSL 286.03º 0.96% 0.61% -
HSV(B) 286.03º 0.75% 0.98% -
XYZ 44.87 23.68 93.47 -
YUV 126.9 198.04 185.13 -
System Red Green Blue C M Y K H S L
Decimal 207 62 251 0.18 0.75 0 0.02 286.03 0.96 0.61
Hex CF 3E FB 12 4B 0 2 11E 60 3D
Octal 317 76 373 22 113 0 2 436 140 75
Binary 11001111 111110 11111011 10010 1001011 0 10 100011110 1100000 111101

Color Harmonies of #CF3EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3EFB

Black with #CF3EFB

Text Example


Text Example

White with #CF3EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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