Html Css Color HEX #C34BFF Medium Orchid

📋 copy color: '#C34BFF'

red 195 ◦ green 75 ◦ blue 255

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

Shades of Medium Orchid #C34BFF

Tints of Medium Orchid #C34BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.57%

R = 37.14%
G = 14.29%
B = 48.57%

CMYK

 C value IS 0.24

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C34BFF (or 0xC34BFF) is known color: Medium Orchid. HEX triplet: C3, 4B and FF. RGB value is (195,75,255). Sum of RGB (Red+Green+Blue) = 195+75+255=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 75 (29.69% from 255 or 14.29% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #C34BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C34BFF is #3CB400. Grayscale: #828282. Windows color (decimal): -3978241 or 16731075. OLE color: 16731075.

HSL color Cylindrical-coordinate representation of color #C34BFF: hue angle of 280º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C34BFF is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 195 75 255 -
CMYK 0.24 0.71 0 0
HSL 280º 1% 0.65% -
HSV(B) 280º 0.71% 1% -
XYZ 43.07 23.85 96.94 -
YUV 131.4 197.76 173.36 -
System Red Green Blue C M Y K H S L
Decimal 195 75 255 0.24 0.71 0 0 280 1 0.65
Hex C3 4B FF 18 47 0 0 118 64 41
Octal 303 113 377 30 107 0 0 430 144 101
Binary 11000011 1001011 11111111 11000 1000111 0 0 100011000 1100100 1000001

Color Harmonies of #C34BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34BFF

Black with #C34BFF

Text Example


Text Example

White with #C34BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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