Html Css Color HEX #C674BE Orchid

📋 copy color: '#C674BE'

red 198 ◦ green 116 ◦ blue 190

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

Shades of Orchid #C674BE

Tints of Orchid #C674BE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.02%

 BLUE value IS 190 (74.61% from 255) = 37.7%

R = 39.29%
G = 23.02%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C674BE (or 0xC674BE) is known color: Orchid. HEX triplet: C6, 74 and BE. RGB value is (198,116,190). Sum of RGB (Red+Green+Blue) = 198+116+190=504 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.29% from 504); Green value is 116 (45.70% from 255 or 23.02% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 198 - color contains mainly: red. Hex color #C674BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C674BE is #398B41. Grayscale: #949494. Windows color (decimal): -3771202 or 12481734. OLE color: 12481734.

HSL color Cylindrical-coordinate representation of color #C674BE: hue angle of 305.85º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C674BE is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 116 190 -
CMYK 0 0.41 0.04 0.22
HSL 305.85º 0.42% 0.62% -
HSV(B) 305.85º 0.41% 0.78% -
XYZ 38.83 28.21 52.11 -
YUV 148.95 151.17 162.98 -
System Red Green Blue C M Y K H S L
Decimal 198 116 190 0 0.41 0.04 0.22 305.85 0.42 0.62
Hex C6 74 BE 0 29 4 16 132 2A 3E
Octal 306 164 276 0 51 4 26 462 52 76
Binary 11000110 1110100 10111110 0 101001 100 10110 100110010 101010 111110

Color Harmonies of #C674BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C674BE

Black with #C674BE

Text Example


Text Example

White with #C674BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C674BE; }

 p { color: rgb(198,116,190); }

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

background-color css

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

 a { background-color: rgb(198,116,190); }

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

border-color css

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

 span { border-color: rgb(198,116,190); }

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