Html Css Color HEX #CF48E9 Medium Orchid

📋 copy color: '#CF48E9'

red 207 ◦ green 72 ◦ blue 233

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

Shades of Medium Orchid #CF48E9

Tints of Medium Orchid #CF48E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 45.51%

R = 40.43%
G = 14.06%
B = 45.51%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CF48E9 (or 0xCF48E9) is known color: Medium Orchid. HEX triplet: CF, 48 and E9. RGB value is (207,72,233). Sum of RGB (Red+Green+Blue) = 207+72+233=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 72 (28.52% from 255 or 14.06% from 512); Blue value is 233 (91.41% from 255 or 45.51% from 512); Max value from RGB is 233 - color contains mainly: blue. Hex color #CF48E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF48E9 is #30B716. Grayscale: #828282. Windows color (decimal): -3192599 or 15288527. OLE color: 15288527.

HSL color Cylindrical-coordinate representation of color #CF48E9: hue angle of 290.31º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF48E9 is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 72 233 -
CMYK 0.11 0.69 0 0.09
HSL 290.31º 0.79% 0.6% -
HSV(B) 290.31º 0.69% 0.91% -
XYZ 42.76 23.78 79.43 -
YUV 130.72 185.73 182.41 -
System Red Green Blue C M Y K H S L
Decimal 207 72 233 0.11 0.69 0 0.09 290.31 0.79 0.6
Hex CF 48 E9 B 45 0 9 122 4F 3C
Octal 317 110 351 13 105 0 11 442 117 74
Binary 11001111 1001000 11101001 1011 1000101 0 1001 100100010 1001111 111100

Color Harmonies of #CF48E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF48E9

Black with #CF48E9

Text Example


Text Example

White with #CF48E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF48E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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