Html Css Color HEX #C64AFB Medium Orchid

📋 copy color: '#C64AFB'

red 198 ◦ green 74 ◦ blue 251

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

Shades of Medium Orchid #C64AFB

Tints of Medium Orchid #C64AFB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.15%

 BLUE value IS 251 (98.44% from 255) = 47.99%

R = 37.86%
G = 14.15%
B = 47.99%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C64AFB (or 0xC64AFB) is known color: Medium Orchid. HEX triplet: C6, 4A and FB. RGB value is (198,74,251). Sum of RGB (Red+Green+Blue) = 198+74+251=523 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.86% from 523); Green value is 74 (29.30% from 255 or 14.15% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 251 - color contains mainly: blue. Hex color #C64AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C64AFB is #39B504. Grayscale: #828282. Windows color (decimal): -3781893 or 16468678. OLE color: 16468678.

HSL color Cylindrical-coordinate representation of color #C64AFB: hue angle of 282.03º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C64AFB is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 74 251 -
CMYK 0.21 0.71 0 0.02
HSL 282.03º 0.96% 0.64% -
HSV(B) 282.03º 0.71% 0.98% -
XYZ 43.15 23.87 93.6 -
YUV 131.25 195.58 175.61 -
System Red Green Blue C M Y K H S L
Decimal 198 74 251 0.21 0.71 0 0.02 282.03 0.96 0.64
Hex C6 4A FB 15 47 0 2 11A 60 40
Octal 306 112 373 25 107 0 2 432 140 100
Binary 11000110 1001010 11111011 10101 1000111 0 10 100011010 1100000 1000000

Color Harmonies of #C64AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64AFB

Black with #C64AFB

Text Example


Text Example

White with #C64AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64AFB; }

 p { color: rgb(198,74,251); }

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

background-color css

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

 a { background-color: rgb(198,74,251); }

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

border-color css

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

 span { border-color: rgb(198,74,251); }

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