Html Css Color HEX #C672DA Orchid

📋 copy color: '#C672DA'

red 198 ◦ green 114 ◦ blue 218

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

Shades of Orchid #C672DA

Tints of Orchid #C672DA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.51%

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

R = 37.36%
G = 21.51%
B = 41.13%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C672DA (or 0xC672DA) is known color: Orchid. HEX triplet: C6, 72 and DA. RGB value is (198,114,218). Sum of RGB (Red+Green+Blue) = 198+114+218=530 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.36% from 530); Green value is 114 (44.92% from 255 or 21.51% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #C672DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C672DA is #398D25. Grayscale: #969696. Windows color (decimal): -3771686 or 14316230. OLE color: 14316230.

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

Color convert

RGB 198 114 218 -
CMYK 0.09 0.48 0 0.15
HSL 288.46º 0.58% 0.65% -
HSV(B) 288.46º 0.48% 0.85% -
XYZ 41.96 29.1 69.74 -
YUV 150.97 165.83 161.54 -
System Red Green Blue C M Y K H S L
Decimal 198 114 218 0.09 0.48 0 0.15 288.46 0.58 0.65
Hex C6 72 DA 9 30 0 F 120 3A 41
Octal 306 162 332 11 60 0 17 440 72 101
Binary 11000110 1110010 11011010 1001 110000 0 1111 100100000 111010 1000001

Color Harmonies of #C672DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C672DA

Black with #C672DA

Text Example


Text Example

White with #C672DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C672DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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