Html Css Color HEX #C672CD Orchid

📋 copy color: '#C672CD'

red 198 ◦ green 114 ◦ blue 205

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

Shades of Orchid #C672CD

Tints of Orchid #C672CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.65%

R = 38.3%
G = 22.05%
B = 39.65%

CMYK

 C value IS 0.03

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C672CD (or 0xC672CD) is known color: Orchid. HEX triplet: C6, 72 and CD. RGB value is (198,114,205). Sum of RGB (Red+Green+Blue) = 198+114+205=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 114 (44.92% from 255 or 22.05% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #C672CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C672CD is #398D32. Grayscale: #959595. Windows color (decimal): -3771699 or 13464262. OLE color: 13464262.

HSL color Cylindrical-coordinate representation of color #C672CD: hue angle of 295.38º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C672CD is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 114 205 -
CMYK 0.03 0.44 0 0.20
HSL 295.38º 0.48% 0.63% -
HSV(B) 295.38º 0.44% 0.8% -
XYZ 40.33 28.45 61.12 -
YUV 149.49 159.33 162.6 -
System Red Green Blue C M Y K H S L
Decimal 198 114 205 0.03 0.44 0 0.20 295.38 0.48 0.63
Hex C6 72 CD 3 2C 0 14 127 30 3F
Octal 306 162 315 3 54 0 24 447 60 77
Binary 11000110 1110010 11001101 11 101100 0 10100 100100111 110000 111111

Color Harmonies of #C672CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C672CD

Black with #C672CD

Text Example


Text Example

White with #C672CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C672CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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