Html Css Color HEX #C63CFB Medium Orchid

📋 copy color: '#C63CFB'

red 198 ◦ green 60 ◦ blue 251

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

Shades of Medium Orchid #C63CFB

Tints of Medium Orchid #C63CFB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.79%

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

R = 38.9%
G = 11.79%
B = 49.31%

CMYK

 C value IS 0.21

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C63CFB (or 0xC63CFB) is known color: Medium Orchid. HEX triplet: C6, 3C and FB. RGB value is (198,60,251). Sum of RGB (Red+Green+Blue) = 198+60+251=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 60 (23.83% from 255 or 11.79% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #C63CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63CFB is #39C304. Grayscale: #7A7A7A. Windows color (decimal): -3785477 or 16465094. OLE color: 16465094.

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

Color convert

RGB 198 60 251 -
CMYK 0.21 0.76 0 0.02
HSL 283.35º 0.96% 0.61% -
HSV(B) 283.35º 0.76% 0.98% -
XYZ 42.32 22.2 93.32 -
YUV 123.04 200.22 181.47 -
System Red Green Blue C M Y K H S L
Decimal 198 60 251 0.21 0.76 0 0.02 283.35 0.96 0.61
Hex C6 3C FB 15 4C 0 2 11B 60 3D
Octal 306 74 373 25 114 0 2 433 140 75
Binary 11000110 111100 11111011 10101 1001100 0 10 100011011 1100000 111101

Color Harmonies of #C63CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63CFB

Black with #C63CFB

Text Example


Text Example

White with #C63CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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