Html Css Color HEX #C371D2 Orchid

📋 copy color: '#C371D2'

red 195 ◦ green 113 ◦ blue 210

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

Shades of Orchid #C371D2

Tints of Orchid #C371D2

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.81%

 BLUE value IS 210 (82.42% from 255) = 40.54%

R = 37.64%
G = 21.81%
B = 40.54%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C371D2 (or 0xC371D2) is known color: Orchid. HEX triplet: C3, 71 and D2. RGB value is (195,113,210). Sum of RGB (Red+Green+Blue) = 195+113+210=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 113 (44.53% from 255 or 21.81% from 518); Blue value is 210 (82.42% from 255 or 40.54% from 518); Max value from RGB is 210 - color contains mainly: blue. Hex color #C371D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C371D2 is #3C8E2D. Grayscale: #949494. Windows color (decimal): -3968558 or 13791683. OLE color: 13791683.

HSL color Cylindrical-coordinate representation of color #C371D2: hue angle of 290.72º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C371D2 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 195 113 210 -
CMYK 0.07 0.46 0 0.18
HSL 290.72º 0.52% 0.63% -
HSV(B) 290.72º 0.46% 0.82% -
XYZ 40.04 28.07 64.28 -
YUV 148.58 162.67 161.11 -
System Red Green Blue C M Y K H S L
Decimal 195 113 210 0.07 0.46 0 0.18 290.72 0.52 0.63
Hex C3 71 D2 7 2E 0 12 123 34 3F
Octal 303 161 322 7 56 0 22 443 64 77
Binary 11000011 1110001 11010010 111 101110 0 10010 100100011 110100 111111

Color Harmonies of #C371D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C371D2

Black with #C371D2

Text Example


Text Example

White with #C371D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C371D2; }

 p { color: rgb(195,113,210); }

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

background-color css

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

 a { background-color: rgb(195,113,210); }

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

border-color css

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

 span { border-color: rgb(195,113,210); }

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