Html Css Color HEX #C675BD Orchid

📋 copy color: '#C675BD'

red 198 ◦ green 117 ◦ blue 189

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

Shades of Orchid #C675BD

Tints of Orchid #C675BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.5%

R = 39.29%
G = 23.21%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C675BD (or 0xC675BD) is known color: Orchid. HEX triplet: C6, 75 and BD. RGB value is (198,117,189). Sum of RGB (Red+Green+Blue) = 198+117+189=504 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.29% from 504); Green value is 117 (46.09% from 255 or 23.21% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 198 - color contains mainly: red. Hex color #C675BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C675BD is #398A42. Grayscale: #959595. Windows color (decimal): -3770947 or 12416454. OLE color: 12416454.

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

Color convert

RGB 198 117 189 -
CMYK 0 0.41 0.05 0.22
HSL 306.67º 0.42% 0.62% -
HSV(B) 306.67º 0.41% 0.78% -
XYZ 38.84 28.4 51.58 -
YUV 149.43 150.34 162.65 -
System Red Green Blue C M Y K H S L
Decimal 198 117 189 0 0.41 0.05 0.22 306.67 0.42 0.62
Hex C6 75 BD 0 29 5 16 133 2A 3E
Octal 306 165 275 0 51 5 26 463 52 76
Binary 11000110 1110101 10111101 0 101001 101 10110 100110011 101010 111110

Color Harmonies of #C675BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C675BD

Black with #C675BD

Text Example


Text Example

White with #C675BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C675BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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