Html Css Color HEX #C348CF Medium Orchid

📋 copy color: '#C348CF'

red 195 ◦ green 72 ◦ blue 207

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

Shades of Medium Orchid #C348CF

Tints of Medium Orchid #C348CF

RGB

 RED value IS 195 (76.56% from 255) = 41.14%

 GREEN value IS 72 (28.52% from 255) = 15.19%

 BLUE value IS 207 (81.25% from 255) = 43.67%

R = 41.14%
G = 15.19%
B = 43.67%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C348CF (or 0xC348CF) is known color: Medium Orchid. HEX triplet: C3, 48 and CF. RGB value is (195,72,207). Sum of RGB (Red+Green+Blue) = 195+72+207=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 72 (28.52% from 255 or 15.19% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #C348CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C348CF is #3CB730. Grayscale: #7B7B7B. Windows color (decimal): -3979057 or 13584579. OLE color: 13584579.

HSL color Cylindrical-coordinate representation of color #C348CF: hue angle of 294.67º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C348CF is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 72 207 -
CMYK 0.06 0.65 0 0.19
HSL 294.67º 0.58% 0.55% -
HSV(B) 294.67º 0.65% 0.81% -
XYZ 36.09 20.74 61.13 -
YUV 124.17 174.75 178.52 -
System Red Green Blue C M Y K H S L
Decimal 195 72 207 0.06 0.65 0 0.19 294.67 0.58 0.55
Hex C3 48 CF 6 41 0 13 127 3A 37
Octal 303 110 317 6 101 0 23 447 72 67
Binary 11000011 1001000 11001111 110 1000001 0 10011 100100111 111010 110111

Color Harmonies of #C348CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C348CF

Black with #C348CF

Text Example


Text Example

White with #C348CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C348CF; }

 p { color: rgb(195,72,207); }

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

background-color css

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

 a { background-color: rgb(195,72,207); }

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

border-color css

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

 span { border-color: rgb(195,72,207); }

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