Html Css Color HEX #C442F7 Medium Orchid

📋 copy color: '#C442F7'

red 196 ◦ green 66 ◦ blue 247

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

Shades of Medium Orchid #C442F7

Tints of Medium Orchid #C442F7

RGB

 RED value IS 196 (76.95% from 255) = 38.51%

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

 BLUE value IS 247 (96.88% from 255) = 48.53%

R = 38.51%
G = 12.97%
B = 48.53%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C442F7 (or 0xC442F7) is known color: Medium Orchid. HEX triplet: C4, 42 and F7. RGB value is (196,66,247). Sum of RGB (Red+Green+Blue) = 196+66+247=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 66 (26.17% from 255 or 12.97% from 509); Blue value is 247 (96.88% from 255 or 48.53% from 509); Max value from RGB is 247 - color contains mainly: blue. Hex color #C442F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C442F7 is #3BBD08. Grayscale: #7C7C7C. Windows color (decimal): -3915017 or 16204484. OLE color: 16204484.

HSL color Cylindrical-coordinate representation of color #C442F7: hue angle of 283.09º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C442F7 is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 196 66 247 -
CMYK 0.21 0.73 0 0.03
HSL 283.09º 0.92% 0.61% -
HSV(B) 283.09º 0.73% 0.97% -
XYZ 41.5 22.35 90.12 -
YUV 125.5 196.57 178.28 -
System Red Green Blue C M Y K H S L
Decimal 196 66 247 0.21 0.73 0 0.03 283.09 0.92 0.61
Hex C4 42 F7 15 49 0 3 11B 5C 3D
Octal 304 102 367 25 111 0 3 433 134 75
Binary 11000100 1000010 11110111 10101 1001001 0 11 100011011 1011100 111101

Color Harmonies of #C442F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C442F7

Black with #C442F7

Text Example


Text Example

White with #C442F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C442F7; }

 p { color: rgb(196,66,247); }

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

background-color css

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

 a { background-color: rgb(196,66,247); }

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

border-color css

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

 span { border-color: rgb(196,66,247); }

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