Html Css Color HEX #C34BCF Medium Orchid

📋 copy color: '#C34BCF'

red 195 ◦ green 75 ◦ blue 207

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

Shades of Medium Orchid #C34BCF

Tints of Medium Orchid #C34BCF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.72%

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

R = 40.88%
G = 15.72%
B = 43.4%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C34BCF (or 0xC34BCF) is known color: Medium Orchid. HEX triplet: C3, 4B and CF. RGB value is (195,75,207). Sum of RGB (Red+Green+Blue) = 195+75+207=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 75 (29.69% from 255 or 15.72% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #C34BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34BCF is #3CB430. Grayscale: #7D7D7D. Windows color (decimal): -3978289 or 13585347. OLE color: 13585347.

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

Color convert

RGB 195 75 207 -
CMYK 0.06 0.64 0 0.19
HSL 294.55º 0.58% 0.55% -
HSV(B) 294.55º 0.64% 0.81% -
XYZ 36.28 21.14 61.2 -
YUV 125.93 173.76 177.27 -
System Red Green Blue C M Y K H S L
Decimal 195 75 207 0.06 0.64 0 0.19 294.55 0.58 0.55
Hex C3 4B CF 6 40 0 13 127 3A 37
Octal 303 113 317 6 100 0 23 447 72 67
Binary 11000011 1001011 11001111 110 1000000 0 10011 100100111 111010 110111

Color Harmonies of #C34BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34BCF

Black with #C34BCF

Text Example


Text Example

White with #C34BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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