Html Css Color HEX #C671CD Orchid

📋 copy color: '#C671CD'

red 198 ◦ green 113 ◦ blue 205

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

Shades of Orchid #C671CD

Tints of Orchid #C671CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.73%

R = 38.37%
G = 21.9%
B = 39.73%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C671CD (or 0xC671CD) is known color: Orchid. HEX triplet: C6, 71 and CD. RGB value is (198,113,205). Sum of RGB (Red+Green+Blue) = 198+113+205=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 113 (44.53% from 255 or 21.90% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #C671CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C671CD is #398E32. Grayscale: #949494. Windows color (decimal): -3771955 or 13464006. OLE color: 13464006.

HSL color Cylindrical-coordinate representation of color #C671CD: hue angle of 295.43º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C671CD is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 113 205 -
CMYK 0.03 0.45 0 0.20
HSL 295.43º 0.48% 0.62% -
HSV(B) 295.43º 0.45% 0.8% -
XYZ 40.21 28.22 61.09 -
YUV 148.9 159.66 163.02 -
System Red Green Blue C M Y K H S L
Decimal 198 113 205 0.03 0.45 0 0.20 295.43 0.48 0.62
Hex C6 71 CD 3 2D 0 14 127 30 3E
Octal 306 161 315 3 55 0 24 447 60 76
Binary 11000110 1110001 11001101 11 101101 0 10100 100100111 110000 111110

Color Harmonies of #C671CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C671CD

Black with #C671CD

Text Example


Text Example

White with #C671CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C671CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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