Html Css Color HEX #CC7BB8 Orchid

📋 copy color: '#CC7BB8'

red 204 ◦ green 123 ◦ blue 184

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

Shades of Orchid #CC7BB8

Tints of Orchid #CC7BB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.01%

R = 39.92%
G = 24.07%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#CC7BB8 (or 0xCC7BB8) is known color: Orchid. HEX triplet: CC, 7B and B8. RGB value is (204,123,184). Sum of RGB (Red+Green+Blue) = 204+123+184=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 123 (48.44% from 255 or 24.07% from 511); Blue value is 184 (72.27% from 255 or 36.01% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7BB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7BB8 is #338447. Grayscale: #9A9A9A. Windows color (decimal): -3376200 or 12090316. OLE color: 12090316.

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

Color convert

RGB 204 123 184 -
CMYK 0 0.40 0.10 0.2
HSL 314.81º 0.44% 0.64% -
HSV(B) 314.81º 0.4% 0.8% -
XYZ 40.64 30.46 49.09 -
YUV 154.17 144.84 163.54 -
System Red Green Blue C M Y K H S L
Decimal 204 123 184 0 0.40 0.10 0.2 314.81 0.44 0.64
Hex CC 7B B8 0 28 A 14 13B 2C 40
Octal 314 173 270 0 50 12 24 473 54 100
Binary 11001100 1111011 10111000 0 101000 1010 10100 100111011 101100 1000000

Color Harmonies of #CC7BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7BB8

Black with #CC7BB8

Text Example


Text Example

White with #CC7BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7BB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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