Html Css Color HEX #C672DF Orchid

📋 copy color: '#C672DF'

red 198 ◦ green 114 ◦ blue 223

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

Shades of Orchid #C672DF

Tints of Orchid #C672DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.68%

R = 37.01%
G = 21.31%
B = 41.68%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C672DF (or 0xC672DF) is known color: Orchid. HEX triplet: C6, 72 and DF. RGB value is (198,114,223). Sum of RGB (Red+Green+Blue) = 198+114+223=535 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.01% from 535); Green value is 114 (44.92% from 255 or 21.31% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #C672DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C672DF is #398D20. Grayscale: #979797. Windows color (decimal): -3771681 or 14643910. OLE color: 14643910.

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

Color convert

RGB 198 114 223 -
CMYK 0.11 0.49 0 0.13
HSL 286.24º 0.63% 0.66% -
HSV(B) 286.24º 0.49% 0.87% -
XYZ 42.63 29.37 73.23 -
YUV 151.54 168.33 161.14 -
System Red Green Blue C M Y K H S L
Decimal 198 114 223 0.11 0.49 0 0.13 286.24 0.63 0.66
Hex C6 72 DF B 31 0 D 11E 3F 42
Octal 306 162 337 13 61 0 15 436 77 102
Binary 11000110 1110010 11011111 1011 110001 0 1101 100011110 111111 1000010

Color Harmonies of #C672DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C672DF

Black with #C672DF

Text Example


Text Example

White with #C672DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C672DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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