Html Css Color HEX #CF48EB Medium Orchid

📋 copy color: '#CF48EB'

red 207 ◦ green 72 ◦ blue 235

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

Shades of Medium Orchid #CF48EB

Tints of Medium Orchid #CF48EB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.01%

 BLUE value IS 235 (92.19% from 255) = 45.72%

R = 40.27%
G = 14.01%
B = 45.72%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CF48EB (or 0xCF48EB) is known color: Medium Orchid. HEX triplet: CF, 48 and EB. RGB value is (207,72,235). Sum of RGB (Red+Green+Blue) = 207+72+235=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 72 (28.52% from 255 or 14.01% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF48EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF48EB is #30B714. Grayscale: #828282. Windows color (decimal): -3192597 or 15419599. OLE color: 15419599.

HSL color Cylindrical-coordinate representation of color #CF48EB: hue angle of 289.69º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF48EB is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 72 235 -
CMYK 0.12 0.69 0 0.08
HSL 289.69º 0.8% 0.6% -
HSV(B) 289.69º 0.69% 0.92% -
XYZ 43.04 23.9 80.94 -
YUV 130.95 186.73 182.25 -
System Red Green Blue C M Y K H S L
Decimal 207 72 235 0.12 0.69 0 0.08 289.69 0.8 0.6
Hex CF 48 EB C 45 0 8 122 50 3C
Octal 317 110 353 14 105 0 10 442 120 74
Binary 11001111 1001000 11101011 1100 1000101 0 1000 100100010 1010000 111100

Color Harmonies of #CF48EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF48EB

Black with #CF48EB

Text Example


Text Example

White with #CF48EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF48EB; }

 p { color: rgb(207,72,235); }

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

background-color css

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

 a { background-color: rgb(207,72,235); }

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

border-color css

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

 span { border-color: rgb(207,72,235); }

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