Html Css Color HEX #C371CF Orchid

📋 copy color: '#C371CF'

red 195 ◦ green 113 ◦ blue 207

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

Shades of Orchid #C371CF

Tints of Orchid #C371CF

RGB

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

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

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

R = 37.86%
G = 21.94%
B = 40.19%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C371CF (or 0xC371CF) is known color: Orchid. HEX triplet: C3, 71 and CF. RGB value is (195,113,207). Sum of RGB (Red+Green+Blue) = 195+113+207=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 113 (44.53% from 255 or 21.94% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 207 - color contains mainly: blue. Hex color #C371CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C371CF is #3C8E30. Grayscale: #939393. Windows color (decimal): -3968561 or 13595075. OLE color: 13595075.

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

Color convert

RGB 195 113 207 -
CMYK 0.06 0.45 0 0.19
HSL 292.34º 0.49% 0.63% -
HSV(B) 292.34º 0.45% 0.81% -
XYZ 39.67 27.92 62.33 -
YUV 148.23 161.17 161.36 -
System Red Green Blue C M Y K H S L
Decimal 195 113 207 0.06 0.45 0 0.19 292.34 0.49 0.63
Hex C3 71 CF 6 2D 0 13 124 31 3F
Octal 303 161 317 6 55 0 23 444 61 77
Binary 11000011 1110001 11001111 110 101101 0 10011 100100100 110001 111111

Color Harmonies of #C371CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C371CF

Black with #C371CF

Text Example


Text Example

White with #C371CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C371CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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