Html Css Color HEX #CF44E9 Medium Orchid

📋 copy color: '#CF44E9'

red 207 ◦ green 68 ◦ blue 233

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

Shades of Medium Orchid #CF44E9

Tints of Medium Orchid #CF44E9

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.39%

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

R = 40.75%
G = 13.39%
B = 45.87%

CMYK

 C value IS 0.11

 M value IS 0.71

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CF44E9 (or 0xCF44E9) is known color: Medium Orchid. HEX triplet: CF, 44 and E9. RGB value is (207,68,233). Sum of RGB (Red+Green+Blue) = 207+68+233=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 68 (26.95% from 255 or 13.39% from 508); Blue value is 233 (91.41% from 255 or 45.87% from 508); Max value from RGB is 233 - color contains mainly: blue. Hex color #CF44E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF44E9 is #30BB16. Grayscale: #7F7F7F. Windows color (decimal): -3193623 or 15287503. OLE color: 15287503.

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

Color convert

RGB 207 68 233 -
CMYK 0.11 0.71 0 0.09
HSL 290.55º 0.79% 0.59% -
HSV(B) 290.55º 0.71% 0.91% -
XYZ 42.51 23.28 79.34 -
YUV 128.37 187.05 184.08 -
System Red Green Blue C M Y K H S L
Decimal 207 68 233 0.11 0.71 0 0.09 290.55 0.79 0.59
Hex CF 44 E9 B 47 0 9 123 4F 3B
Octal 317 104 351 13 107 0 11 443 117 73
Binary 11001111 1000100 11101001 1011 1000111 0 1001 100100011 1001111 111011

Color Harmonies of #CF44E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF44E9

Black with #CF44E9

Text Example


Text Example

White with #CF44E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF44E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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