Html Css Color HEX #C34FCF Medium Orchid

📋 copy color: '#C34FCF'

red 195 ◦ green 79 ◦ blue 207

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

Shades of Medium Orchid #C34FCF

Tints of Medium Orchid #C34FCF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.42%

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

R = 40.54%
G = 16.42%
B = 43.04%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C34FCF (or 0xC34FCF) is known color: Medium Orchid. HEX triplet: C3, 4F and CF. RGB value is (195,79,207). Sum of RGB (Red+Green+Blue) = 195+79+207=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 79 (31.25% from 255 or 16.42% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #C34FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34FCF is #3CB030. Grayscale: #7F7F7F. Windows color (decimal): -3977265 or 13586371. OLE color: 13586371.

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

Color convert

RGB 195 79 207 -
CMYK 0.06 0.62 0 0.19
HSL 294.38º 0.57% 0.56% -
HSV(B) 294.38º 0.62% 0.81% -
XYZ 36.56 21.7 61.29 -
YUV 128.28 172.43 175.59 -
System Red Green Blue C M Y K H S L
Decimal 195 79 207 0.06 0.62 0 0.19 294.38 0.57 0.56
Hex C3 4F CF 6 3E 0 13 126 39 38
Octal 303 117 317 6 76 0 23 446 71 70
Binary 11000011 1001111 11001111 110 111110 0 10011 100100110 111001 111000

Color Harmonies of #C34FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34FCF

Black with #C34FCF

Text Example


Text Example

White with #C34FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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