Html Css Color HEX #C675BA Orchid

📋 copy color: '#C675BA'

red 198 ◦ green 117 ◦ blue 186

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

Shades of Orchid #C675BA

Tints of Orchid #C675BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.13%

R = 39.52%
G = 23.35%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C675BA (or 0xC675BA) is known color: Orchid. HEX triplet: C6, 75 and BA. RGB value is (198,117,186). Sum of RGB (Red+Green+Blue) = 198+117+186=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 117 (46.09% from 255 or 23.35% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 198 - color contains mainly: red. Hex color #C675BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C675BA is #398A45. Grayscale: #949494. Windows color (decimal): -3770950 or 12219846. OLE color: 12219846.

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

Color convert

RGB 198 117 186 -
CMYK 0 0.41 0.06 0.22
HSL 308.89º 0.42% 0.62% -
HSV(B) 308.89º 0.41% 0.78% -
XYZ 38.51 28.27 49.88 -
YUV 149.09 148.84 162.89 -
System Red Green Blue C M Y K H S L
Decimal 198 117 186 0 0.41 0.06 0.22 308.89 0.42 0.62
Hex C6 75 BA 0 29 6 16 135 2A 3E
Octal 306 165 272 0 51 6 26 465 52 76
Binary 11000110 1110101 10111010 0 101001 110 10110 100110101 101010 111110

Color Harmonies of #C675BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C675BA

Black with #C675BA

Text Example


Text Example

White with #C675BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C675BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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