Html Css Color HEX #C65EDA Medium Orchid

📋 copy color: '#C65EDA'

red 198 ◦ green 94 ◦ blue 218

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

Shades of Medium Orchid #C65EDA

Tints of Medium Orchid #C65EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.75%

R = 38.82%
G = 18.43%
B = 42.75%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C65EDA (or 0xC65EDA) is known color: Medium Orchid. HEX triplet: C6, 5E and DA. RGB value is (198,94,218). Sum of RGB (Red+Green+Blue) = 198+94+218=510 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.82% from 510); Green value is 94 (37.11% from 255 or 18.43% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #C65EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65EDA is #39A125. Grayscale: #8A8A8A. Windows color (decimal): -3776806 or 14311110. OLE color: 14311110.

HSL color Cylindrical-coordinate representation of color #C65EDA: hue angle of 290.32º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C65EDA is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 94 218 -
CMYK 0.09 0.57 0 0.15
HSL 290.32º 0.63% 0.61% -
HSV(B) 290.32º 0.57% 0.85% -
XYZ 39.95 25.07 69.06 -
YUV 139.23 172.46 169.92 -
System Red Green Blue C M Y K H S L
Decimal 198 94 218 0.09 0.57 0 0.15 290.32 0.63 0.61
Hex C6 5E DA 9 39 0 F 122 3F 3D
Octal 306 136 332 11 71 0 17 442 77 75
Binary 11000110 1011110 11011010 1001 111001 0 1111 100100010 111111 111101

Color Harmonies of #C65EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65EDA

Black with #C65EDA

Text Example


Text Example

White with #C65EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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