Html Css Color HEX #CF4BEF Medium Orchid

📋 copy color: '#CF4BEF'

red 207 ◦ green 75 ◦ blue 239

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

Shades of Medium Orchid #CF4BEF

Tints of Medium Orchid #CF4BEF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.4%

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

R = 39.73%
G = 14.4%
B = 45.87%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CF4BEF (or 0xCF4BEF) is known color: Medium Orchid. HEX triplet: CF, 4B and EF. RGB value is (207,75,239). Sum of RGB (Red+Green+Blue) = 207+75+239=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 75 (29.69% from 255 or 14.40% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF4BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF4BEF is #30B410. Grayscale: #848484. Windows color (decimal): -3191825 or 15682511. OLE color: 15682511.

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

Color convert

RGB 207 75 239 -
CMYK 0.13 0.69 0 0.06
HSL 288.29º 0.84% 0.62% -
HSV(B) 288.29º 0.69% 0.94% -
XYZ 43.83 24.53 84.09 -
YUV 133.16 187.73 180.66 -
System Red Green Blue C M Y K H S L
Decimal 207 75 239 0.13 0.69 0 0.06 288.29 0.84 0.62
Hex CF 4B EF D 45 0 6 120 54 3E
Octal 317 113 357 15 105 0 6 440 124 76
Binary 11001111 1001011 11101111 1101 1000101 0 110 100100000 1010100 111110

Color Harmonies of #CF4BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4BEF

Black with #CF4BEF

Text Example


Text Example

White with #CF4BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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