Html Css Color HEX #C74FFB Medium Orchid

📋 copy color: '#C74FFB'

red 199 ◦ green 79 ◦ blue 251

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

Shades of Medium Orchid #C74FFB

Tints of Medium Orchid #C74FFB

RGB

 RED value IS 199 (78.13% from 255) = 37.62%

 GREEN value IS 79 (31.25% from 255) = 14.93%

 BLUE value IS 251 (98.44% from 255) = 47.45%

R = 37.62%
G = 14.93%
B = 47.45%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C74FFB (or 0xC74FFB) is known color: Medium Orchid. HEX triplet: C7, 4F and FB. RGB value is (199,79,251). Sum of RGB (Red+Green+Blue) = 199+79+251=529 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.62% from 529); Green value is 79 (31.25% from 255 or 14.93% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #C74FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C74FFB is #38B004. Grayscale: #858585. Windows color (decimal): -3715077 or 16469959. OLE color: 16469959.

HSL color Cylindrical-coordinate representation of color #C74FFB: hue angle of 281.86º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C74FFB is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 199 79 251 -
CMYK 0.21 0.69 0 0.02
HSL 281.86º 0.96% 0.65% -
HSV(B) 281.86º 0.69% 0.98% -
XYZ 43.76 24.7 93.73 -
YUV 134.49 193.76 174.01 -
System Red Green Blue C M Y K H S L
Decimal 199 79 251 0.21 0.69 0 0.02 281.86 0.96 0.65
Hex C7 4F FB 15 45 0 2 11A 60 41
Octal 307 117 373 25 105 0 2 432 140 101
Binary 11000111 1001111 11111011 10101 1000101 0 10 100011010 1100000 1000001

Color Harmonies of #C74FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74FFB

Black with #C74FFB

Text Example


Text Example

White with #C74FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74FFB; }

 p { color: rgb(199,79,251); }

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

background-color css

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

 a { background-color: rgb(199,79,251); }

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

border-color css

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

 span { border-color: rgb(199,79,251); }

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