Html Css Color HEX #C675C4 Orchid

📋 copy color: '#C675C4'

red 198 ◦ green 117 ◦ blue 196

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

Shades of Orchid #C675C4

Tints of Orchid #C675C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.36%

R = 38.75%
G = 22.9%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C675C4 (or 0xC675C4) is known color: Orchid. HEX triplet: C6, 75 and C4. RGB value is (198,117,196). Sum of RGB (Red+Green+Blue) = 198+117+196=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 196 (76.95% from 255 or 38.36% from 511); Max value from RGB is 198 - color contains mainly: red. Hex color #C675C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C675C4 is #398A3B. Grayscale: #959595. Windows color (decimal): -3770940 or 12875206. OLE color: 12875206.

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

Color convert

RGB 198 117 196 -
CMYK 0 0.41 0.01 0.22
HSL 301.48º 0.42% 0.62% -
HSV(B) 301.48º 0.41% 0.78% -
XYZ 39.61 28.71 55.68 -
YUV 150.23 153.84 162.08 -
System Red Green Blue C M Y K H S L
Decimal 198 117 196 0 0.41 0.01 0.22 301.48 0.42 0.62
Hex C6 75 C4 0 29 1 16 12D 2A 3E
Octal 306 165 304 0 51 1 26 455 52 76
Binary 11000110 1110101 11000100 0 101001 1 10110 100101101 101010 111110

Color Harmonies of #C675C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C675C4

Black with #C675C4

Text Example


Text Example

White with #C675C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C675C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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