Html Css Color HEX #C673DA Orchid

📋 copy color: '#C673DA'

red 198 ◦ green 115 ◦ blue 218

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

Shades of Orchid #C673DA

Tints of Orchid #C673DA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.66%

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

R = 37.29%
G = 21.66%
B = 41.05%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C673DA (or 0xC673DA) is known color: Orchid. HEX triplet: C6, 73 and DA. RGB value is (198,115,218). Sum of RGB (Red+Green+Blue) = 198+115+218=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 115 (45.31% from 255 or 21.66% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #C673DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C673DA is #398C25. Grayscale: #979797. Windows color (decimal): -3771430 or 14316486. OLE color: 14316486.

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

Color convert

RGB 198 115 218 -
CMYK 0.09 0.47 0 0.15
HSL 288.35º 0.58% 0.65% -
HSV(B) 288.35º 0.47% 0.85% -
XYZ 42.07 29.33 69.77 -
YUV 151.56 165.5 161.12 -
System Red Green Blue C M Y K H S L
Decimal 198 115 218 0.09 0.47 0 0.15 288.35 0.58 0.65
Hex C6 73 DA 9 2F 0 F 120 3A 41
Octal 306 163 332 11 57 0 17 440 72 101
Binary 11000110 1110011 11011010 1001 101111 0 1111 100100000 111010 1000001

Color Harmonies of #C673DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C673DA

Black with #C673DA

Text Example


Text Example

White with #C673DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C673DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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