Html Css Color HEX #CF4BEC Medium Orchid

📋 copy color: '#CF4BEC'

red 207 ◦ green 75 ◦ blue 236

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

Shades of Medium Orchid #CF4BEC

Tints of Medium Orchid #CF4BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.56%

R = 39.96%
G = 14.48%
B = 45.56%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF4BEC (or 0xCF4BEC) is known color: Medium Orchid. HEX triplet: CF, 4B and EC. RGB value is (207,75,236). Sum of RGB (Red+Green+Blue) = 207+75+236=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 75 (29.69% from 255 or 14.48% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF4BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF4BEC is #30B413. Grayscale: #848484. Windows color (decimal): -3191828 or 15485903. OLE color: 15485903.

HSL color Cylindrical-coordinate representation of color #CF4BEC: hue angle of 289.19º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF4BEC is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 75 236 -
CMYK 0.12 0.68 0 0.07
HSL 289.19º 0.81% 0.61% -
HSV(B) 289.19º 0.68% 0.93% -
XYZ 43.39 24.35 81.77 -
YUV 132.82 186.23 180.91 -
System Red Green Blue C M Y K H S L
Decimal 207 75 236 0.12 0.68 0 0.07 289.19 0.81 0.61
Hex CF 4B EC C 44 0 7 121 51 3D
Octal 317 113 354 14 104 0 7 441 121 75
Binary 11001111 1001011 11101100 1100 1000100 0 111 100100001 1010001 111101

Color Harmonies of #CF4BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4BEC

Black with #CF4BEC

Text Example


Text Example

White with #CF4BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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