Html Css Color HEX #C671C2 Orchid

📋 copy color: '#C671C2'

red 198 ◦ green 113 ◦ blue 194

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

Shades of Orchid #C671C2

Tints of Orchid #C671C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.42%

R = 39.21%
G = 22.38%
B = 38.42%

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

#C671C2 (or 0xC671C2) is known color: Orchid. HEX triplet: C6, 71 and C2. RGB value is (198,113,194). Sum of RGB (Red+Green+Blue) = 198+113+194=505 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.21% from 505); Green value is 113 (44.53% from 255 or 22.38% from 505); Blue value is 194 (76.17% from 255 or 38.42% from 505); Max value from RGB is 198 - color contains mainly: red. Hex color #C671C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C671C2 is #398E3D. Grayscale: #939393. Windows color (decimal): -3771966 or 12743110. OLE color: 12743110.

HSL color Cylindrical-coordinate representation of color #C671C2: hue angle of 302.82º 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 #C671C2 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 113 194 -
CMYK 0 0.43 0.02 0.22
HSL 302.82º 0.43% 0.61% -
HSV(B) 302.82º 0.43% 0.78% -
XYZ 38.93 27.71 54.34 -
YUV 147.65 154.16 163.91 -
System Red Green Blue C M Y K H S L
Decimal 198 113 194 0 0.43 0.02 0.22 302.82 0.43 0.61
Hex C6 71 C2 0 2B 2 16 12F 2B 3D
Octal 306 161 302 0 53 2 26 457 53 75
Binary 11000110 1110001 11000010 0 101011 10 10110 100101111 101011 111101

Color Harmonies of #C671C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C671C2

Black with #C671C2

Text Example


Text Example

White with #C671C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C671C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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