Html Css Color HEX #C672CA Orchid

📋 copy color: '#C672CA'

red 198 ◦ green 114 ◦ blue 202

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

Shades of Orchid #C672CA

Tints of Orchid #C672CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.3%

R = 38.52%
G = 22.18%
B = 39.3%

CMYK

 C value IS 0.02

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C672CA (or 0xC672CA) is known color: Orchid. HEX triplet: C6, 72 and CA. RGB value is (198,114,202). Sum of RGB (Red+Green+Blue) = 198+114+202=514 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.52% from 514); Green value is 114 (44.92% from 255 or 22.18% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 202 - color contains mainly: blue. Hex color #C672CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C672CA is #398D35. Grayscale: #949494. Windows color (decimal): -3771702 or 13267654. OLE color: 13267654.

HSL color Cylindrical-coordinate representation of color #C672CA: hue angle of 297.27º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C672CA is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 198 114 202 -
CMYK 0.02 0.44 0 0.21
HSL 297.27º 0.45% 0.62% -
HSV(B) 297.27º 0.44% 0.79% -
XYZ 39.97 28.3 59.23 -
YUV 149.15 157.83 162.84 -
System Red Green Blue C M Y K H S L
Decimal 198 114 202 0.02 0.44 0 0.21 297.27 0.45 0.62
Hex C6 72 CA 2 2C 0 15 129 2D 3E
Octal 306 162 312 2 54 0 25 451 55 76
Binary 11000110 1110010 11001010 10 101100 0 10101 100101001 101101 111110

Color Harmonies of #C672CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C672CA

Black with #C672CA

Text Example


Text Example

White with #C672CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C672CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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