Html Css Color HEX #CC71BA Orchid

📋 copy color: '#CC71BA'

red 204 ◦ green 113 ◦ blue 186

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

Shades of Orchid #CC71BA

Tints of Orchid #CC71BA

RGB

 RED value IS 204 (80.08% from 255) = 40.56%

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

 BLUE value IS 186 (73.05% from 255) = 36.98%

R = 40.56%
G = 22.47%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC71BA (or 0xCC71BA) is known color: Orchid. HEX triplet: CC, 71 and BA. RGB value is (204,113,186). Sum of RGB (Red+Green+Blue) = 204+113+186=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 113 (44.53% from 255 or 22.47% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CC71BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC71BA is #338E45. Grayscale: #949494. Windows color (decimal): -3378758 or 12218828. OLE color: 12218828.

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

Color convert

RGB 204 113 186 -
CMYK 0 0.45 0.09 0.2
HSL 311.87º 0.47% 0.62% -
HSV(B) 311.87º 0.45% 0.8% -
XYZ 39.67 28.19 49.81 -
YUV 148.53 149.15 167.56 -
System Red Green Blue C M Y K H S L
Decimal 204 113 186 0 0.45 0.09 0.2 311.87 0.47 0.62
Hex CC 71 BA 0 2D 9 14 138 2F 3E
Octal 314 161 272 0 55 11 24 470 57 76
Binary 11001100 1110001 10111010 0 101101 1001 10100 100111000 101111 111110

Color Harmonies of #CC71BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC71BA

Black with #CC71BA

Text Example


Text Example

White with #CC71BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC71BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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