Html Css Color HEX #C34CE7 Medium Orchid

📋 copy color: '#C34CE7'

red 195 ◦ green 76 ◦ blue 231

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

Shades of Medium Orchid #C34CE7

Tints of Medium Orchid #C34CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 46.02%

R = 38.84%
G = 15.14%
B = 46.02%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C34CE7 (or 0xC34CE7) is known color: Medium Orchid. HEX triplet: C3, 4C and E7. RGB value is (195,76,231). Sum of RGB (Red+Green+Blue) = 195+76+231=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 76 (30.08% from 255 or 15.14% from 502); Blue value is 231 (90.62% from 255 or 46.02% from 502); Max value from RGB is 231 - color contains mainly: blue. Hex color #C34CE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C34CE7 is #3CB318. Grayscale: #808080. Windows color (decimal): -3978009 or 15158467. OLE color: 15158467.

HSL color Cylindrical-coordinate representation of color #C34CE7: hue angle of 286.06º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C34CE7 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 195 76 231 -
CMYK 0.16 0.67 0 0.09
HSL 286.06º 0.76% 0.6% -
HSV(B) 286.06º 0.67% 0.91% -
XYZ 39.51 22.54 77.87 -
YUV 129.25 185.42 174.9 -
System Red Green Blue C M Y K H S L
Decimal 195 76 231 0.16 0.67 0 0.09 286.06 0.76 0.6
Hex C3 4C E7 10 43 0 9 11E 4C 3C
Octal 303 114 347 20 103 0 11 436 114 74
Binary 11000011 1001100 11100111 10000 1000011 0 1001 100011110 1001100 111100

Color Harmonies of #C34CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34CE7

Black with #C34CE7

Text Example


Text Example

White with #C34CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34CE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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