Html Css Color HEX #C065E4 Medium Orchid

📋 copy color: '#C065E4'

red 192 ◦ green 101 ◦ blue 228

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

Shades of Medium Orchid #C065E4

Tints of Medium Orchid #C065E4

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.39%

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

R = 36.85%
G = 19.39%
B = 43.76%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C065E4 (or 0xC065E4) is known color: Medium Orchid. HEX triplet: C0, 65 and E4. RGB value is (192,101,228). Sum of RGB (Red+Green+Blue) = 192+101+228=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 101 (39.84% from 255 or 19.39% from 521); Blue value is 228 (89.45% from 255 or 43.76% from 521); Max value from RGB is 228 - color contains mainly: blue. Hex color #C065E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C065E4 is #3F9A1B. Grayscale: #8E8E8E. Windows color (decimal): -4168220 or 14968256. OLE color: 14968256.

HSL color Cylindrical-coordinate representation of color #C065E4: hue angle of 282.99º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C065E4 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 192 101 228 -
CMYK 0.16 0.56 0 0.11
HSL 282.99º 0.7% 0.65% -
HSV(B) 282.99º 0.56% 0.89% -
XYZ 40.4 26.12 76.31 -
YUV 142.69 176.15 163.17 -
System Red Green Blue C M Y K H S L
Decimal 192 101 228 0.16 0.56 0 0.11 282.99 0.7 0.65
Hex C0 65 E4 10 38 0 B 11B 46 41
Octal 300 145 344 20 70 0 13 433 106 101
Binary 11000000 1100101 11100100 10000 111000 0 1011 100011011 1000110 1000001

Color Harmonies of #C065E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C065E4

Black with #C065E4

Text Example


Text Example

White with #C065E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C065E4; }

 p { color: rgb(192,101,228); }

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

background-color css

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

 a { background-color: rgb(192,101,228); }

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

border-color css

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

 span { border-color: rgb(192,101,228); }

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