Html Css Color HEX #C672DC Orchid

📋 copy color: '#C672DC'

red 198 ◦ green 114 ◦ blue 220

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

Shades of Orchid #C672DC

Tints of Orchid #C672DC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.43%

 BLUE value IS 220 (86.33% from 255) = 41.35%

R = 37.22%
G = 21.43%
B = 41.35%

CMYK

 C value IS 0.1

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C672DC (or 0xC672DC) is known color: Orchid. HEX triplet: C6, 72 and DC. RGB value is (198,114,220). Sum of RGB (Red+Green+Blue) = 198+114+220=532 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.22% from 532); Green value is 114 (44.92% from 255 or 21.43% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #C672DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C672DC is #398D23. Grayscale: #969696. Windows color (decimal): -3771684 or 14447302. OLE color: 14447302.

HSL color Cylindrical-coordinate representation of color #C672DC: hue angle of 287.55º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C672DC is Cyan = 0.1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 114 220 -
CMYK 0.1 0.48 0 0.14
HSL 287.55º 0.6% 0.65% -
HSV(B) 287.55º 0.48% 0.86% -
XYZ 42.22 29.21 71.12 -
YUV 151.2 166.83 161.38 -
System Red Green Blue C M Y K H S L
Decimal 198 114 220 0.1 0.48 0 0.14 287.55 0.6 0.65
Hex C6 72 DC A 30 0 E 120 3C 41
Octal 306 162 334 12 60 0 16 440 74 101
Binary 11000110 1110010 11011100 1010 110000 0 1110 100100000 111100 1000001

Color Harmonies of #C672DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C672DC

Black with #C672DC

Text Example


Text Example

White with #C672DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C672DC; }

 p { color: rgb(198,114,220); }

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

background-color css

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

 a { background-color: rgb(198,114,220); }

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

border-color css

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

 span { border-color: rgb(198,114,220); }

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