Html Css Color HEX #C675DA Orchid

📋 copy color: '#C675DA'

red 198 ◦ green 117 ◦ blue 218

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

Shades of Orchid #C675DA

Tints of Orchid #C675DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.9%

R = 37.15%
G = 21.95%
B = 40.9%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C675DA (or 0xC675DA) is known color: Orchid. HEX triplet: C6, 75 and DA. RGB value is (198,117,218). Sum of RGB (Red+Green+Blue) = 198+117+218=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 117 (46.09% from 255 or 21.95% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #C675DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C675DA is #398A25. Grayscale: #989898. Windows color (decimal): -3770918 or 14316998. OLE color: 14316998.

HSL color Cylindrical-coordinate representation of color #C675DA: hue angle of 288.12º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C675DA is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 117 218 -
CMYK 0.09 0.46 0 0.15
HSL 288.12º 0.58% 0.66% -
HSV(B) 288.12º 0.46% 0.85% -
XYZ 42.3 29.79 69.85 -
YUV 152.73 164.84 160.29 -
System Red Green Blue C M Y K H S L
Decimal 198 117 218 0.09 0.46 0 0.15 288.12 0.58 0.66
Hex C6 75 DA 9 2E 0 F 120 3A 42
Octal 306 165 332 11 56 0 17 440 72 102
Binary 11000110 1110101 11011010 1001 101110 0 1111 100100000 111010 1000010

Color Harmonies of #C675DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C675DA

Black with #C675DA

Text Example


Text Example

White with #C675DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C675DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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