Html Css Color HEX #C671CA Orchid

📋 copy color: '#C671CA'

red 198 ◦ green 113 ◦ blue 202

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

Shades of Orchid #C671CA

Tints of Orchid #C671CA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.03%

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

R = 38.6%
G = 22.03%
B = 39.38%

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

#C671CA (or 0xC671CA) is known color: Orchid. HEX triplet: C6, 71 and CA. RGB value is (198,113,202). Sum of RGB (Red+Green+Blue) = 198+113+202=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 113 (44.53% from 255 or 22.03% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #C671CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C671CA is #398E35. Grayscale: #949494. Windows color (decimal): -3771958 or 13267398. OLE color: 13267398.

HSL color Cylindrical-coordinate representation of color #C671CA: hue angle of 297.3º degrees, saturation: 0.46, 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 #C671CA is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 198 113 202 -
CMYK 0.02 0.44 0 0.21
HSL 297.3º 0.46% 0.62% -
HSV(B) 297.3º 0.44% 0.79% -
XYZ 39.85 28.08 59.2 -
YUV 148.56 158.16 163.26 -
System Red Green Blue C M Y K H S L
Decimal 198 113 202 0.02 0.44 0 0.21 297.3 0.46 0.62
Hex C6 71 CA 2 2C 0 15 129 2E 3E
Octal 306 161 312 2 54 0 25 451 56 76
Binary 11000110 1110001 11001010 10 101100 0 10101 100101001 101110 111110

Color Harmonies of #C671CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C671CA

Black with #C671CA

Text Example


Text Example

White with #C671CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C671CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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