Html Css Color HEX #C65EEB Medium Orchid

📋 copy color: '#C65EEB'

red 198 ◦ green 94 ◦ blue 235

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

Shades of Medium Orchid #C65EEB

Tints of Medium Orchid #C65EEB

RGB

 RED value IS 198 (77.73% from 255) = 37.57%

 GREEN value IS 94 (37.11% from 255) = 17.84%

 BLUE value IS 235 (92.19% from 255) = 44.59%

R = 37.57%
G = 17.84%
B = 44.59%

CMYK

 C value IS 0.16

 M value IS 0.6

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C65EEB (or 0xC65EEB) is known color: Medium Orchid. HEX triplet: C6, 5E and EB. RGB value is (198,94,235). Sum of RGB (Red+Green+Blue) = 198+94+235=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 94 (37.11% from 255 or 17.84% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 235 - color contains mainly: blue. Hex color #C65EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65EEB is #39A114. Grayscale: #8C8C8C. Windows color (decimal): -3776789 or 15425222. OLE color: 15425222.

HSL color Cylindrical-coordinate representation of color #C65EEB: hue angle of 284.26º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C65EEB is Cyan = 0.16, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 94 235 -
CMYK 0.16 0.6 0 0.08
HSL 284.26º 0.78% 0.65% -
HSV(B) 284.26º 0.6% 0.92% -
XYZ 42.29 26.01 81.39 -
YUV 141.17 180.96 168.54 -
System Red Green Blue C M Y K H S L
Decimal 198 94 235 0.16 0.6 0 0.08 284.26 0.78 0.65
Hex C6 5E EB 10 3C 0 8 11C 4E 41
Octal 306 136 353 20 74 0 10 434 116 101
Binary 11000110 1011110 11101011 10000 111100 0 1000 100011100 1001110 1000001

Color Harmonies of #C65EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65EEB

Black with #C65EEB

Text Example


Text Example

White with #C65EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65EEB; }

 p { color: rgb(198,94,235); }

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

background-color css

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

 a { background-color: rgb(198,94,235); }

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

border-color css

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

 span { border-color: rgb(198,94,235); }

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