Html Css Color HEX #C675DE Orchid

📋 copy color: '#C675DE'

red 198 ◦ green 117 ◦ blue 222

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

Shades of Orchid #C675DE

Tints of Orchid #C675DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.34%

R = 36.87%
G = 21.79%
B = 41.34%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C675DE (or 0xC675DE) is known color: Orchid. HEX triplet: C6, 75 and DE. RGB value is (198,117,222). Sum of RGB (Red+Green+Blue) = 198+117+222=537 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.87% from 537); Green value is 117 (46.09% from 255 or 21.79% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 222 - color contains mainly: blue. Hex color #C675DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C675DE is #398A21. Grayscale: #989898. Windows color (decimal): -3770914 or 14579142. OLE color: 14579142.

HSL color Cylindrical-coordinate representation of color #C675DE: hue angle of 286.29º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C675DE is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 117 222 -
CMYK 0.11 0.47 0 0.13
HSL 286.29º 0.61% 0.66% -
HSV(B) 286.29º 0.47% 0.87% -
XYZ 42.83 30 72.64 -
YUV 153.19 166.84 159.96 -
System Red Green Blue C M Y K H S L
Decimal 198 117 222 0.11 0.47 0 0.13 286.29 0.61 0.66
Hex C6 75 DE B 2F 0 D 11E 3D 42
Octal 306 165 336 13 57 0 15 436 75 102
Binary 11000110 1110101 11011110 1011 101111 0 1101 100011110 111101 1000010

Color Harmonies of #C675DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C675DE

Black with #C675DE

Text Example


Text Example

White with #C675DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C675DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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