Html Css Color HEX #C34CCF Medium Orchid

📋 copy color: '#C34CCF'

red 195 ◦ green 76 ◦ blue 207

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

Shades of Medium Orchid #C34CCF

Tints of Medium Orchid #C34CCF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.9%

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

R = 40.79%
G = 15.9%
B = 43.31%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C34CCF (or 0xC34CCF) is known color: Medium Orchid. HEX triplet: C3, 4C and CF. RGB value is (195,76,207). Sum of RGB (Red+Green+Blue) = 195+76+207=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 76 (30.08% from 255 or 15.90% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #C34CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34CCF is #3CB330. Grayscale: #7E7E7E. Windows color (decimal): -3978033 or 13585603. OLE color: 13585603.

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

Color convert

RGB 195 76 207 -
CMYK 0.06 0.63 0 0.19
HSL 294.5º 0.58% 0.55% -
HSV(B) 294.5º 0.63% 0.81% -
XYZ 36.35 21.28 61.22 -
YUV 126.52 173.42 176.85 -
System Red Green Blue C M Y K H S L
Decimal 195 76 207 0.06 0.63 0 0.19 294.5 0.58 0.55
Hex C3 4C CF 6 3F 0 13 127 3A 37
Octal 303 114 317 6 77 0 23 447 72 67
Binary 11000011 1001100 11001111 110 111111 0 10011 100100111 111010 110111

Color Harmonies of #C34CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34CCF

Black with #C34CCF

Text Example


Text Example

White with #C34CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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