Html Css Color HEX #C65EEA Medium Orchid

📋 copy color: '#C65EEA'

red 198 ◦ green 94 ◦ blue 234

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

Shades of Medium Orchid #C65EEA

Tints of Medium Orchid #C65EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.49%

R = 37.64%
G = 17.87%
B = 44.49%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C65EEA (or 0xC65EEA) is known color: Medium Orchid. HEX triplet: C6, 5E and EA. RGB value is (198,94,234). Sum of RGB (Red+Green+Blue) = 198+94+234=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 94 (37.11% from 255 or 17.87% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #C65EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65EEA is #39A115. Grayscale: #8C8C8C. Windows color (decimal): -3776790 or 15359686. OLE color: 15359686.

HSL color Cylindrical-coordinate representation of color #C65EEA: hue angle of 284.57º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C65EEA is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 94 234 -
CMYK 0.15 0.60 0 0.08
HSL 284.57º 0.77% 0.64% -
HSV(B) 284.57º 0.6% 0.92% -
XYZ 42.14 25.95 80.63 -
YUV 141.06 180.46 168.62 -
System Red Green Blue C M Y K H S L
Decimal 198 94 234 0.15 0.60 0 0.08 284.57 0.77 0.64
Hex C6 5E EA F 3C 0 8 11D 4D 40
Octal 306 136 352 17 74 0 10 435 115 100
Binary 11000110 1011110 11101010 1111 111100 0 1000 100011101 1001101 1000000

Color Harmonies of #C65EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65EEA

Black with #C65EEA

Text Example


Text Example

White with #C65EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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