Html Css Color HEX #C650F2 Medium Orchid

📋 copy color: '#C650F2'

red 198 ◦ green 80 ◦ blue 242

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

Shades of Medium Orchid #C650F2

Tints of Medium Orchid #C650F2

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.38%

 BLUE value IS 242 (94.92% from 255) = 46.54%

R = 38.08%
G = 15.38%
B = 46.54%

CMYK

 C value IS 0.18

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C650F2 (or 0xC650F2) is known color: Medium Orchid. HEX triplet: C6, 50 and F2. RGB value is (198,80,242). Sum of RGB (Red+Green+Blue) = 198+80+242=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 80 (31.64% from 255 or 15.38% from 520); Blue value is 242 (94.92% from 255 or 46.54% from 520); Max value from RGB is 242 - color contains mainly: blue. Hex color #C650F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C650F2 is #39AF0D. Grayscale: #858585. Windows color (decimal): -3780366 or 15880390. OLE color: 15880390.

HSL color Cylindrical-coordinate representation of color #C650F2: hue angle of 283.7º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C650F2 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 198 80 242 -
CMYK 0.18 0.67 0 0.05
HSL 283.7º 0.86% 0.63% -
HSV(B) 283.7º 0.67% 0.95% -
XYZ 42.18 24.15 86.44 -
YUV 133.75 189.09 173.83 -
System Red Green Blue C M Y K H S L
Decimal 198 80 242 0.18 0.67 0 0.05 283.7 0.86 0.63
Hex C6 50 F2 12 43 0 5 11C 56 3F
Octal 306 120 362 22 103 0 5 434 126 77
Binary 11000110 1010000 11110010 10010 1000011 0 101 100011100 1010110 111111

Color Harmonies of #C650F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C650F2

Black with #C650F2

Text Example


Text Example

White with #C650F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C650F2; }

 p { color: rgb(198,80,242); }

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

background-color css

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

 a { background-color: rgb(198,80,242); }

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

border-color css

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

 span { border-color: rgb(198,80,242); }

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