Html Css Color HEX #C672DD Orchid

📋 copy color: '#C672DD'

red 198 ◦ green 114 ◦ blue 221

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

Shades of Orchid #C672DD

Tints of Orchid #C672DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.46%

R = 37.15%
G = 21.39%
B = 41.46%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C672DD (or 0xC672DD) is known color: Orchid. HEX triplet: C6, 72 and DD. RGB value is (198,114,221). Sum of RGB (Red+Green+Blue) = 198+114+221=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 114 (44.92% from 255 or 21.39% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #C672DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C672DD is #398D22. Grayscale: #969696. Windows color (decimal): -3771683 or 14512838. OLE color: 14512838.

HSL color Cylindrical-coordinate representation of color #C672DD: hue angle of 287.1º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C672DD is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 114 221 -
CMYK 0.10 0.48 0 0.13
HSL 287.1º 0.61% 0.66% -
HSV(B) 287.1º 0.48% 0.87% -
XYZ 42.36 29.26 71.82 -
YUV 151.31 167.33 161.3 -
System Red Green Blue C M Y K H S L
Decimal 198 114 221 0.10 0.48 0 0.13 287.1 0.61 0.66
Hex C6 72 DD A 30 0 D 11F 3D 42
Octal 306 162 335 12 60 0 15 437 75 102
Binary 11000110 1110010 11011101 1010 110000 0 1101 100011111 111101 1000010

Color Harmonies of #C672DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C672DD

Black with #C672DD

Text Example


Text Example

White with #C672DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C672DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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