Html Css Color HEX #C75CE4 Medium Orchid

📋 copy color: '#C75CE4'

red 199 ◦ green 92 ◦ blue 228

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

Shades of Medium Orchid #C75CE4

Tints of Medium Orchid #C75CE4

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.73%

 BLUE value IS 228 (89.45% from 255) = 43.93%

R = 38.34%
G = 17.73%
B = 43.93%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C75CE4 (or 0xC75CE4) is known color: Medium Orchid. HEX triplet: C7, 5C and E4. RGB value is (199,92,228). Sum of RGB (Red+Green+Blue) = 199+92+228=519 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.34% from 519); Green value is 92 (36.33% from 255 or 17.73% from 519); Blue value is 228 (89.45% from 255 or 43.93% from 519); Max value from RGB is 228 - color contains mainly: blue. Hex color #C75CE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75CE4 is #38A31B. Grayscale: #8B8B8B. Windows color (decimal): -3711772 or 14965959. OLE color: 14965959.

HSL color Cylindrical-coordinate representation of color #C75CE4: hue angle of 287.21º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C75CE4 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 199 92 228 -
CMYK 0.13 0.60 0 0.11
HSL 287.21º 0.72% 0.63% -
HSV(B) 287.21º 0.6% 0.89% -
XYZ 41.38 25.4 76.12 -
YUV 139.5 177.95 170.44 -
System Red Green Blue C M Y K H S L
Decimal 199 92 228 0.13 0.60 0 0.11 287.21 0.72 0.63
Hex C7 5C E4 D 3C 0 B 11F 48 3F
Octal 307 134 344 15 74 0 13 437 110 77
Binary 11000111 1011100 11100100 1101 111100 0 1011 100011111 1001000 111111

Color Harmonies of #C75CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75CE4

Black with #C75CE4

Text Example


Text Example

White with #C75CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75CE4; }

 p { color: rgb(199,92,228); }

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

background-color css

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

 a { background-color: rgb(199,92,228); }

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

border-color css

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

 span { border-color: rgb(199,92,228); }

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