Html Css Color HEX #C672C9 Orchid

📋 copy color: '#C672C9'

red 198 ◦ green 114 ◦ blue 201

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

Shades of Orchid #C672C9

Tints of Orchid #C672C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.18%

R = 38.6%
G = 22.22%
B = 39.18%

CMYK

 C value IS 0.01

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C672C9 (or 0xC672C9) is known color: Orchid. HEX triplet: C6, 72 and C9. RGB value is (198,114,201). Sum of RGB (Red+Green+Blue) = 198+114+201=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 114 (44.92% from 255 or 22.22% from 513); Blue value is 201 (78.91% from 255 or 39.18% from 513); Max value from RGB is 201 - color contains mainly: blue. Hex color #C672C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C672C9 is #398D36. Grayscale: #949494. Windows color (decimal): -3771703 or 13202118. OLE color: 13202118.

HSL color Cylindrical-coordinate representation of color #C672C9: hue angle of 297.93º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C672C9 is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 198 114 201 -
CMYK 0.01 0.43 0 0.21
HSL 297.93º 0.45% 0.62% -
HSV(B) 297.93º 0.43% 0.79% -
XYZ 39.85 28.26 58.61 -
YUV 149.03 157.33 162.93 -
System Red Green Blue C M Y K H S L
Decimal 198 114 201 0.01 0.43 0 0.21 297.93 0.45 0.62
Hex C6 72 C9 1 2B 0 15 12A 2D 3E
Octal 306 162 311 1 53 0 25 452 55 76
Binary 11000110 1110010 11001001 1 101011 0 10101 100101010 101101 111110

Color Harmonies of #C672C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C672C9

Black with #C672C9

Text Example


Text Example

White with #C672C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C672C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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