Html Css Color HEX #C64BEE Medium Orchid

📋 copy color: '#C64BEE'

red 198 ◦ green 75 ◦ blue 238

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

Shades of Medium Orchid #C64BEE

Tints of Medium Orchid #C64BEE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.68%

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

R = 38.75%
G = 14.68%
B = 46.58%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C64BEE (or 0xC64BEE) is known color: Medium Orchid. HEX triplet: C6, 4B and EE. RGB value is (198,75,238). Sum of RGB (Red+Green+Blue) = 198+75+238=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 75 (29.69% from 255 or 14.68% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #C64BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C64BEE is #39B411. Grayscale: #818181. Windows color (decimal): -3781650 or 15616966. OLE color: 15616966.

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

Color convert

RGB 198 75 238 -
CMYK 0.17 0.68 0 0.07
HSL 285.28º 0.83% 0.61% -
HSV(B) 285.28º 0.68% 0.93% -
XYZ 41.24 23.21 83.2 -
YUV 130.36 188.75 176.25 -
System Red Green Blue C M Y K H S L
Decimal 198 75 238 0.17 0.68 0 0.07 285.28 0.83 0.61
Hex C6 4B EE 11 44 0 7 11D 53 3D
Octal 306 113 356 21 104 0 7 435 123 75
Binary 11000110 1001011 11101110 10001 1000100 0 111 100011101 1010011 111101

Color Harmonies of #C64BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64BEE

Black with #C64BEE

Text Example


Text Example

White with #C64BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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