Html Css Color HEX #C64BDE Medium Orchid

📋 copy color: '#C64BDE'

red 198 ◦ green 75 ◦ blue 222

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

Shades of Medium Orchid #C64BDE

Tints of Medium Orchid #C64BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.85%

R = 40%
G = 15.15%
B = 44.85%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C64BDE (or 0xC64BDE) is known color: Medium Orchid. HEX triplet: C6, 4B and DE. RGB value is (198,75,222). Sum of RGB (Red+Green+Blue) = 198+75+222=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 75 (29.69% from 255 or 15.15% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #C64BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64BDE is #39B421. Grayscale: #808080. Windows color (decimal): -3781666 or 14568390. OLE color: 14568390.

HSL color Cylindrical-coordinate representation of color #C64BDE: hue angle of 290.2º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C64BDE is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 75 222 -
CMYK 0.11 0.66 0 0.13
HSL 290.2º 0.69% 0.58% -
HSV(B) 290.2º 0.66% 0.87% -
XYZ 38.99 22.31 71.36 -
YUV 128.54 180.75 177.55 -
System Red Green Blue C M Y K H S L
Decimal 198 75 222 0.11 0.66 0 0.13 290.2 0.69 0.58
Hex C6 4B DE B 42 0 D 122 45 3A
Octal 306 113 336 13 102 0 15 442 105 72
Binary 11000110 1001011 11011110 1011 1000010 0 1101 100100010 1000101 111010

Color Harmonies of #C64BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64BDE

Black with #C64BDE

Text Example


Text Example

White with #C64BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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