Html Css Color HEX #C671C3 Orchid

📋 copy color: '#C671C3'

red 198 ◦ green 113 ◦ blue 195

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

Shades of Orchid #C671C3

Tints of Orchid #C671C3

RGB

 RED value IS 198 (77.73% from 255) = 39.13%

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

 BLUE value IS 195 (76.56% from 255) = 38.54%

R = 39.13%
G = 22.33%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C671C3 (or 0xC671C3) is known color: Orchid. HEX triplet: C6, 71 and C3. RGB value is (198,113,195). Sum of RGB (Red+Green+Blue) = 198+113+195=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 113 (44.53% from 255 or 22.33% from 506); Blue value is 195 (76.56% from 255 or 38.54% from 506); Max value from RGB is 198 - color contains mainly: red. Hex color #C671C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C671C3 is #398E3C. Grayscale: #939393. Windows color (decimal): -3771965 or 12808646. OLE color: 12808646.

HSL color Cylindrical-coordinate representation of color #C671C3: hue angle of 302.12º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C671C3 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 113 195 -
CMYK 0 0.43 0.02 0.22
HSL 302.12º 0.43% 0.61% -
HSV(B) 302.12º 0.43% 0.78% -
XYZ 39.04 27.76 54.93 -
YUV 147.76 154.66 163.83 -
System Red Green Blue C M Y K H S L
Decimal 198 113 195 0 0.43 0.02 0.22 302.12 0.43 0.61
Hex C6 71 C3 0 2B 2 16 12E 2B 3D
Octal 306 161 303 0 53 2 26 456 53 75
Binary 11000110 1110001 11000011 0 101011 10 10110 100101110 101011 111101

Color Harmonies of #C671C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C671C3

Black with #C671C3

Text Example


Text Example

White with #C671C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C671C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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