Html Css Color HEX #C65AEE Medium Orchid

📋 copy color: '#C65AEE'

red 198 ◦ green 90 ◦ blue 238

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

Shades of Medium Orchid #C65AEE

Tints of Medium Orchid #C65AEE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.11%

 BLUE value IS 238 (93.36% from 255) = 45.25%

R = 37.64%
G = 17.11%
B = 45.25%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C65AEE (or 0xC65AEE) is known color: Medium Orchid. HEX triplet: C6, 5A and EE. RGB value is (198,90,238). Sum of RGB (Red+Green+Blue) = 198+90+238=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 90 (35.55% from 255 or 17.11% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #C65AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65AEE is #39A511. Grayscale: #8A8A8A. Windows color (decimal): -3777810 or 15620806. OLE color: 15620806.

HSL color Cylindrical-coordinate representation of color #C65AEE: hue angle of 283.78º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C65AEE is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 90 238 -
CMYK 0.17 0.62 0 0.07
HSL 283.78º 0.81% 0.64% -
HSV(B) 283.78º 0.62% 0.93% -
XYZ 42.38 25.49 83.58 -
YUV 139.16 183.78 169.97 -
System Red Green Blue C M Y K H S L
Decimal 198 90 238 0.17 0.62 0 0.07 283.78 0.81 0.64
Hex C6 5A EE 11 3E 0 7 11C 51 40
Octal 306 132 356 21 76 0 7 434 121 100
Binary 11000110 1011010 11101110 10001 111110 0 111 100011100 1010001 1000000

Color Harmonies of #C65AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65AEE

Black with #C65AEE

Text Example


Text Example

White with #C65AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65AEE; }

 p { color: rgb(198,90,238); }

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

background-color css

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

 a { background-color: rgb(198,90,238); }

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

border-color css

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

 span { border-color: rgb(198,90,238); }

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