Html Css Color HEX #C075E7 Medium Orchid

📋 copy color: '#C075E7'

red 192 ◦ green 117 ◦ blue 231

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

Shades of Medium Orchid #C075E7

Tints of Medium Orchid #C075E7

RGB

 RED value IS 192 (75.39% from 255) = 35.56%

 GREEN value IS 117 (46.09% from 255) = 21.67%

 BLUE value IS 231 (90.63% from 255) = 42.78%

R = 35.56%
G = 21.67%
B = 42.78%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C075E7 (or 0xC075E7) is known color: Medium Orchid. HEX triplet: C0, 75 and E7. RGB value is (192,117,231). Sum of RGB (Red+Green+Blue) = 192+117+231=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 117 (46.09% from 255 or 21.67% from 540); Blue value is 231 (90.62% from 255 or 42.78% from 540); Max value from RGB is 231 - color contains mainly: blue. Hex color #C075E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C075E7 is #3F8A18. Grayscale: #989898. Windows color (decimal): -4164121 or 15168960. OLE color: 15168960.

HSL color Cylindrical-coordinate representation of color #C075E7: hue angle of 279.47º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C075E7 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 117 231 -
CMYK 0.17 0.49 0 0.09
HSL 279.47º 0.7% 0.68% -
HSV(B) 279.47º 0.49% 0.91% -
XYZ 42.52 29.7 79.09 -
YUV 152.42 172.35 156.23 -
System Red Green Blue C M Y K H S L
Decimal 192 117 231 0.17 0.49 0 0.09 279.47 0.7 0.68
Hex C0 75 E7 11 31 0 9 117 46 44
Octal 300 165 347 21 61 0 11 427 106 104
Binary 11000000 1110101 11100111 10001 110001 0 1001 100010111 1000110 1000100

Color Harmonies of #C075E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C075E7

Black with #C075E7

Text Example


Text Example

White with #C075E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C075E7; }

 p { color: rgb(192,117,231); }

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

background-color css

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

 a { background-color: rgb(192,117,231); }

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

border-color css

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

 span { border-color: rgb(192,117,231); }

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