Html Css Color HEX #C642FA Medium Orchid

📋 copy color: '#C642FA'

red 198 ◦ green 66 ◦ blue 250

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

Shades of Medium Orchid #C642FA

Tints of Medium Orchid #C642FA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.84%

 BLUE value IS 250 (98.05% from 255) = 48.64%

R = 38.52%
G = 12.84%
B = 48.64%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C642FA (or 0xC642FA) is known color: Medium Orchid. HEX triplet: C6, 42 and FA. RGB value is (198,66,250). Sum of RGB (Red+Green+Blue) = 198+66+250=514 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.52% from 514); Green value is 66 (26.17% from 255 or 12.84% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #C642FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C642FA is #39BD05. Grayscale: #7D7D7D. Windows color (decimal): -3783942 or 16401094. OLE color: 16401094.

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

Color convert

RGB 198 66 250 -
CMYK 0.21 0.74 0 0.02
HSL 283.04º 0.95% 0.62% -
HSV(B) 283.04º 0.74% 0.98% -
XYZ 42.49 22.8 92.6 -
YUV 126.44 197.73 179.04 -
System Red Green Blue C M Y K H S L
Decimal 198 66 250 0.21 0.74 0 0.02 283.04 0.95 0.62
Hex C6 42 FA 15 4A 0 2 11B 5F 3E
Octal 306 102 372 25 112 0 2 433 137 76
Binary 11000110 1000010 11111010 10101 1001010 0 10 100011011 1011111 111110

Color Harmonies of #C642FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C642FA

Black with #C642FA

Text Example


Text Example

White with #C642FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C642FA; }

 p { color: rgb(198,66,250); }

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

background-color css

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

 a { background-color: rgb(198,66,250); }

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

border-color css

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

 span { border-color: rgb(198,66,250); }

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