Html Css Color HEX #C671DA Orchid

📋 copy color: '#C671DA'

red 198 ◦ green 113 ◦ blue 218

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

Shades of Orchid #C671DA

Tints of Orchid #C671DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.21%

R = 37.43%
G = 21.36%
B = 41.21%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C671DA (or 0xC671DA) is known color: Orchid. HEX triplet: C6, 71 and DA. RGB value is (198,113,218). Sum of RGB (Red+Green+Blue) = 198+113+218=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 113 (44.53% from 255 or 21.36% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #C671DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C671DA is #398E25. Grayscale: #969696. Windows color (decimal): -3771942 or 14315974. OLE color: 14315974.

HSL color Cylindrical-coordinate representation of color #C671DA: hue angle of 288.57º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C671DA is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 113 218 -
CMYK 0.09 0.48 0 0.15
HSL 288.57º 0.59% 0.65% -
HSV(B) 288.57º 0.48% 0.85% -
XYZ 41.85 28.88 69.7 -
YUV 150.39 166.16 161.96 -
System Red Green Blue C M Y K H S L
Decimal 198 113 218 0.09 0.48 0 0.15 288.57 0.59 0.65
Hex C6 71 DA 9 30 0 F 121 3B 41
Octal 306 161 332 11 60 0 17 441 73 101
Binary 11000110 1110001 11011010 1001 110000 0 1111 100100001 111011 1000001

Color Harmonies of #C671DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C671DA

Black with #C671DA

Text Example


Text Example

White with #C671DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C671DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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