Html Css Color HEX #C271CC Orchid

📋 copy color: '#C271CC'

red 194 ◦ green 113 ◦ blue 204

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

Shades of Orchid #C271CC

Tints of Orchid #C271CC

RGB

 RED value IS 194 (76.17% from 255) = 37.96%

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

 BLUE value IS 204 (80.08% from 255) = 39.92%

R = 37.96%
G = 22.11%
B = 39.92%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C271CC (or 0xC271CC) is known color: Orchid. HEX triplet: C2, 71 and CC. RGB value is (194,113,204). Sum of RGB (Red+Green+Blue) = 194+113+204=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 113 (44.53% from 255 or 22.11% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: blue. Hex color #C271CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C271CC is #3D8E33. Grayscale: #939393. Windows color (decimal): -4034100 or 13398466. OLE color: 13398466.

HSL color Cylindrical-coordinate representation of color #C271CC: hue angle of 293.41º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C271CC is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 194 113 204 -
CMYK 0.05 0.45 0 0.2
HSL 293.41º 0.47% 0.62% -
HSV(B) 293.41º 0.45% 0.8% -
XYZ 39.05 27.64 60.4 -
YUV 147.59 159.84 161.1 -
System Red Green Blue C M Y K H S L
Decimal 194 113 204 0.05 0.45 0 0.2 293.41 0.47 0.62
Hex C2 71 CC 5 2D 0 14 125 2F 3E
Octal 302 161 314 5 55 0 24 445 57 76
Binary 11000010 1110001 11001100 101 101101 0 10100 100100101 101111 111110

Color Harmonies of #C271CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C271CC

Black with #C271CC

Text Example


Text Example

White with #C271CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C271CC; }

 p { color: rgb(194,113,204); }

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

background-color css

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

 a { background-color: rgb(194,113,204); }

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

border-color css

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

 span { border-color: rgb(194,113,204); }

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