Html Css Color HEX #C65DE6 Medium Orchid

📋 copy color: '#C65DE6'

red 198 ◦ green 93 ◦ blue 230

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

Shades of Medium Orchid #C65DE6

Tints of Medium Orchid #C65DE6

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.85%

 BLUE value IS 230 (90.23% from 255) = 44.15%

R = 38%
G = 17.85%
B = 44.15%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C65DE6 (or 0xC65DE6) is known color: Medium Orchid. HEX triplet: C6, 5D and E6. RGB value is (198,93,230). Sum of RGB (Red+Green+Blue) = 198+93+230=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 93 (36.72% from 255 or 17.85% from 521); Blue value is 230 (90.23% from 255 or 44.15% from 521); Max value from RGB is 230 - color contains mainly: blue. Hex color #C65DE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65DE6 is #39A219. Grayscale: #8B8B8B. Windows color (decimal): -3777050 or 15097286. OLE color: 15097286.

HSL color Cylindrical-coordinate representation of color #C65DE6: hue angle of 285.99º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C65DE6 is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 198 93 230 -
CMYK 0.14 0.60 0 0.10
HSL 285.99º 0.73% 0.63% -
HSV(B) 285.99º 0.6% 0.9% -
XYZ 41.49 25.55 77.61 -
YUV 140.01 178.79 169.36 -
System Red Green Blue C M Y K H S L
Decimal 198 93 230 0.14 0.60 0 0.10 285.99 0.73 0.63
Hex C6 5D E6 E 3C 0 A 11E 49 3F
Octal 306 135 346 16 74 0 12 436 111 77
Binary 11000110 1011101 11100110 1110 111100 0 1010 100011110 1001001 111111

Color Harmonies of #C65DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65DE6

Black with #C65DE6

Text Example


Text Example

White with #C65DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65DE6; }

 p { color: rgb(198,93,230); }

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

background-color css

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

 a { background-color: rgb(198,93,230); }

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

border-color css

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

 span { border-color: rgb(198,93,230); }

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