Html Css Color HEX #C664EE Medium Orchid

📋 copy color: '#C664EE'

red 198 ◦ green 100 ◦ blue 238

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

Shades of Medium Orchid #C664EE

Tints of Medium Orchid #C664EE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.66%

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

R = 36.94%
G = 18.66%
B = 44.4%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C664EE (or 0xC664EE) is known color: Medium Orchid. HEX triplet: C6, 64 and EE. RGB value is (198,100,238). Sum of RGB (Red+Green+Blue) = 198+100+238=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 100 (39.45% from 255 or 18.66% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #C664EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C664EE is #399B11. Grayscale: #909090. Windows color (decimal): -3775250 or 15623366. OLE color: 15623366.

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

Color convert

RGB 198 100 238 -
CMYK 0.17 0.58 0 0.07
HSL 282.61º 0.8% 0.66% -
HSV(B) 282.61º 0.58% 0.93% -
XYZ 43.28 27.29 83.88 -
YUV 145.03 180.47 165.78 -
System Red Green Blue C M Y K H S L
Decimal 198 100 238 0.17 0.58 0 0.07 282.61 0.8 0.66
Hex C6 64 EE 11 3A 0 7 11B 50 42
Octal 306 144 356 21 72 0 7 433 120 102
Binary 11000110 1100100 11101110 10001 111010 0 111 100011011 1010000 1000010

Color Harmonies of #C664EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C664EE

Black with #C664EE

Text Example


Text Example

White with #C664EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C664EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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