Html Css Color HEX #C675BE Orchid

📋 copy color: '#C675BE'

red 198 ◦ green 117 ◦ blue 190

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

Shades of Orchid #C675BE

Tints of Orchid #C675BE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.17%

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

R = 39.21%
G = 23.17%
B = 37.62%

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

#C675BE (or 0xC675BE) is known color: Orchid. HEX triplet: C6, 75 and BE. RGB value is (198,117,190). Sum of RGB (Red+Green+Blue) = 198+117+190=505 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.21% from 505); Green value is 117 (46.09% from 255 or 23.17% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 198 - color contains mainly: red. Hex color #C675BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C675BE is #398A41. Grayscale: #959595. Windows color (decimal): -3770946 or 12481990. OLE color: 12481990.

HSL color Cylindrical-coordinate representation of color #C675BE: hue angle of 305.93º 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 #C675BE is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 117 190 -
CMYK 0 0.41 0.04 0.22
HSL 305.93º 0.42% 0.62% -
HSV(B) 305.93º 0.41% 0.78% -
XYZ 38.94 28.45 52.15 -
YUV 149.54 150.84 162.56 -
System Red Green Blue C M Y K H S L
Decimal 198 117 190 0 0.41 0.04 0.22 305.93 0.42 0.62
Hex C6 75 BE 0 29 4 16 132 2A 3E
Octal 306 165 276 0 51 4 26 462 52 76
Binary 11000110 1110101 10111110 0 101001 100 10110 100110010 101010 111110

Color Harmonies of #C675BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C675BE

Black with #C675BE

Text Example


Text Example

White with #C675BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C675BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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