Html Css Color HEX #C672DB Orchid

📋 copy color: '#C672DB'

red 198 ◦ green 114 ◦ blue 219

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

Shades of Orchid #C672DB

Tints of Orchid #C672DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.24%

R = 37.29%
G = 21.47%
B = 41.24%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C672DB (or 0xC672DB) is known color: Orchid. HEX triplet: C6, 72 and DB. RGB value is (198,114,219). Sum of RGB (Red+Green+Blue) = 198+114+219=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 114 (44.92% from 255 or 21.47% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #C672DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C672DB is #398D24. Grayscale: #969696. Windows color (decimal): -3771685 or 14381766. OLE color: 14381766.

HSL color Cylindrical-coordinate representation of color #C672DB: hue angle of 288º degrees, saturation: 0.59, 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 #C672DB is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 114 219 -
CMYK 0.10 0.48 0 0.14
HSL 288º 0.59% 0.65% -
HSV(B) 288º 0.48% 0.86% -
XYZ 42.09 29.15 70.43 -
YUV 151.09 166.33 161.46 -
System Red Green Blue C M Y K H S L
Decimal 198 114 219 0.10 0.48 0 0.14 288 0.59 0.65
Hex C6 72 DB A 30 0 E 120 3B 41
Octal 306 162 333 12 60 0 16 440 73 101
Binary 11000110 1110010 11011011 1010 110000 0 1110 100100000 111011 1000001

Color Harmonies of #C672DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C672DB

Black with #C672DB

Text Example


Text Example

White with #C672DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C672DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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