Html Css Color HEX #C270CC Orchid

📋 copy color: '#C270CC'

red 194 ◦ green 112 ◦ blue 204

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

Shades of Orchid #C270CC

Tints of Orchid #C270CC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.96%

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

R = 38.04%
G = 21.96%
B = 40%

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

#C270CC (or 0xC270CC) is known color: Orchid. HEX triplet: C2, 70 and CC. RGB value is (194,112,204). Sum of RGB (Red+Green+Blue) = 194+112+204=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 112 (44.14% from 255 or 21.96% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #C270CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C270CC is #3D8F33. Grayscale: #929292. Windows color (decimal): -4034356 or 13398210. OLE color: 13398210.

HSL color Cylindrical-coordinate representation of color #C270CC: hue angle of 293.48º 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 #C270CC is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 194 112 204 -
CMYK 0.05 0.45 0 0.2
HSL 293.48º 0.47% 0.62% -
HSV(B) 293.48º 0.45% 0.8% -
XYZ 38.94 27.42 60.37 -
YUV 147.01 160.17 161.52 -
System Red Green Blue C M Y K H S L
Decimal 194 112 204 0.05 0.45 0 0.2 293.48 0.47 0.62
Hex C2 70 CC 5 2D 0 14 125 2F 3E
Octal 302 160 314 5 55 0 24 445 57 76
Binary 11000010 1110000 11001100 101 101101 0 10100 100100101 101111 111110

Color Harmonies of #C270CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C270CC

Black with #C270CC

Text Example


Text Example

White with #C270CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C270CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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