Html Css Color HEX #C64BFF Medium Orchid

📋 copy color: '#C64BFF'

red 198 ◦ green 75 ◦ blue 255

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

Shades of Medium Orchid #C64BFF

Tints of Medium Orchid #C64BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.3%

R = 37.5%
G = 14.2%
B = 48.3%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C64BFF (or 0xC64BFF) is known color: Medium Orchid. HEX triplet: C6, 4B and FF. RGB value is (198,75,255). Sum of RGB (Red+Green+Blue) = 198+75+255=528 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.5% from 528); Green value is 75 (29.69% from 255 or 14.20% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #C64BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C64BFF is #39B400. Grayscale: #838383. Windows color (decimal): -3781633 or 16731078. OLE color: 16731078.

HSL color Cylindrical-coordinate representation of color #C64BFF: hue angle of 281º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C64BFF is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 198 75 255 -
CMYK 0.22 0.71 0 0
HSL 281º 1% 0.65% -
HSV(B) 281º 0.71% 1% -
XYZ 43.85 24.26 96.98 -
YUV 132.3 197.25 174.86 -
System Red Green Blue C M Y K H S L
Decimal 198 75 255 0.22 0.71 0 0 281 1 0.65
Hex C6 4B FF 16 47 0 0 119 64 41
Octal 306 113 377 26 107 0 0 431 144 101
Binary 11000110 1001011 11111111 10110 1000111 0 0 100011001 1100100 1000001

Color Harmonies of #C64BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64BFF

Black with #C64BFF

Text Example


Text Example

White with #C64BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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