Html Css Color HEX #C672D8 Orchid

📋 copy color: '#C672D8'

red 198 ◦ green 114 ◦ blue 216

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

Shades of Orchid #C672D8

Tints of Orchid #C672D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.91%

R = 37.5%
G = 21.59%
B = 40.91%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C672D8 (or 0xC672D8) is known color: Orchid. HEX triplet: C6, 72 and D8. RGB value is (198,114,216). Sum of RGB (Red+Green+Blue) = 198+114+216=528 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.5% from 528); Green value is 114 (44.92% from 255 or 21.59% from 528); Blue value is 216 (84.77% from 255 or 40.91% from 528); Max value from RGB is 216 - color contains mainly: blue. Hex color #C672D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C672D8 is #398D27. Grayscale: #969696. Windows color (decimal): -3771688 or 14185158. OLE color: 14185158.

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

Color convert

RGB 198 114 216 -
CMYK 0.08 0.47 0 0.15
HSL 289.41º 0.57% 0.65% -
HSV(B) 289.41º 0.47% 0.85% -
XYZ 41.7 29 68.37 -
YUV 150.74 164.83 161.71 -
System Red Green Blue C M Y K H S L
Decimal 198 114 216 0.08 0.47 0 0.15 289.41 0.57 0.65
Hex C6 72 D8 8 2F 0 F 121 39 41
Octal 306 162 330 10 57 0 17 441 71 101
Binary 11000110 1110010 11011000 1000 101111 0 1111 100100001 111001 1000001

Color Harmonies of #C672D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C672D8

Black with #C672D8

Text Example


Text Example

White with #C672D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C672D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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