Html Css Color HEX #C34ECF Medium Orchid

📋 copy color: '#C34ECF'

red 195 ◦ green 78 ◦ blue 207

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

Shades of Medium Orchid #C34ECF

Tints of Medium Orchid #C34ECF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.25%

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

R = 40.63%
G = 16.25%
B = 43.13%

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

#C34ECF (or 0xC34ECF) is known color: Medium Orchid. HEX triplet: C3, 4E and CF. RGB value is (195,78,207). Sum of RGB (Red+Green+Blue) = 195+78+207=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 78 (30.86% from 255 or 16.25% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #C34ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34ECF is #3CB130. Grayscale: #7F7F7F. Windows color (decimal): -3977521 or 13586115. OLE color: 13586115.

HSL color Cylindrical-coordinate representation of color #C34ECF: hue angle of 294.42º 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 #C34ECF is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 78 207 -
CMYK 0.06 0.62 0 0.19
HSL 294.42º 0.57% 0.56% -
HSV(B) 294.42º 0.62% 0.81% -
XYZ 36.49 21.56 61.27 -
YUV 127.69 172.76 176.01 -
System Red Green Blue C M Y K H S L
Decimal 195 78 207 0.06 0.62 0 0.19 294.42 0.57 0.56
Hex C3 4E CF 6 3E 0 13 126 39 38
Octal 303 116 317 6 76 0 23 446 71 70
Binary 11000011 1001110 11001111 110 111110 0 10011 100100110 111001 111000

Color Harmonies of #C34ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34ECF

Black with #C34ECF

Text Example


Text Example

White with #C34ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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