Html Css Color HEX #C34FE7 Medium Orchid

📋 copy color: '#C34FE7'

red 195 ◦ green 79 ◦ blue 231

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

Shades of Medium Orchid #C34FE7

Tints of Medium Orchid #C34FE7

RGB

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

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

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

R = 38.61%
G = 15.64%
B = 45.74%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C34FE7 (or 0xC34FE7) is known color: Medium Orchid. HEX triplet: C3, 4F and E7. RGB value is (195,79,231). Sum of RGB (Red+Green+Blue) = 195+79+231=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 79 (31.25% from 255 or 15.64% from 505); Blue value is 231 (90.62% from 255 or 45.74% from 505); Max value from RGB is 231 - color contains mainly: blue. Hex color #C34FE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C34FE7 is #3CB018. Grayscale: #828282. Windows color (decimal): -3977241 or 15159235. OLE color: 15159235.

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

Color convert

RGB 195 79 231 -
CMYK 0.16 0.66 0 0.09
HSL 285.79º 0.76% 0.61% -
HSV(B) 285.79º 0.66% 0.91% -
XYZ 39.73 22.96 77.94 -
YUV 131.01 184.43 173.64 -
System Red Green Blue C M Y K H S L
Decimal 195 79 231 0.16 0.66 0 0.09 285.79 0.76 0.61
Hex C3 4F E7 10 42 0 9 11E 4C 3D
Octal 303 117 347 20 102 0 11 436 114 75
Binary 11000011 1001111 11100111 10000 1000010 0 1001 100011110 1001100 111101

Color Harmonies of #C34FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34FE7

Black with #C34FE7

Text Example


Text Example

White with #C34FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34FE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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