Html Css Color HEX #CC7BBF Orchid

📋 copy color: '#CC7BBF'

red 204 ◦ green 123 ◦ blue 191

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

Shades of Orchid #CC7BBF

Tints of Orchid #CC7BBF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.75%

 BLUE value IS 191 (75% from 255) = 36.87%

R = 39.38%
G = 23.75%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CC7BBF (or 0xCC7BBF) is known color: Orchid. HEX triplet: CC, 7B and BF. RGB value is (204,123,191). Sum of RGB (Red+Green+Blue) = 204+123+191=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 123 (48.44% from 255 or 23.75% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7BBF is #338440. Grayscale: #9A9A9A. Windows color (decimal): -3376193 or 12549068. OLE color: 12549068.

HSL color Cylindrical-coordinate representation of color #CC7BBF: hue angle of 309.63º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC7BBF is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 123 191 -
CMYK 0 0.40 0.06 0.2
HSL 309.63º 0.44% 0.64% -
HSV(B) 309.63º 0.4% 0.8% -
XYZ 41.39 30.76 53.05 -
YUV 154.97 148.34 162.97 -
System Red Green Blue C M Y K H S L
Decimal 204 123 191 0 0.40 0.06 0.2 309.63 0.44 0.64
Hex CC 7B BF 0 28 6 14 136 2C 40
Octal 314 173 277 0 50 6 24 466 54 100
Binary 11001100 1111011 10111111 0 101000 110 10100 100110110 101100 1000000

Color Harmonies of #CC7BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7BBF

Black with #CC7BBF

Text Example


Text Example

White with #CC7BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7BBF; }

 p { color: rgb(204,123,191); }

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

background-color css

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

 a { background-color: rgb(204,123,191); }

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

border-color css

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

 span { border-color: rgb(204,123,191); }

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