Html Css Color HEX #CC7BBE Orchid

📋 copy color: '#CC7BBE'

red 204 ◦ green 123 ◦ blue 190

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

Shades of Orchid #CC7BBE

Tints of Orchid #CC7BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.75%

R = 39.46%
G = 23.79%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC7BBE (or 0xCC7BBE) is known color: Orchid. HEX triplet: CC, 7B and BE. RGB value is (204,123,190). Sum of RGB (Red+Green+Blue) = 204+123+190=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 123 (48.44% from 255 or 23.79% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7BBE is #338441. Grayscale: #9A9A9A. Windows color (decimal): -3376194 or 12483532. OLE color: 12483532.

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

Color convert

RGB 204 123 190 -
CMYK 0 0.40 0.07 0.2
HSL 310.37º 0.44% 0.64% -
HSV(B) 310.37º 0.4% 0.8% -
XYZ 41.28 30.72 52.47 -
YUV 154.86 147.84 163.05 -
System Red Green Blue C M Y K H S L
Decimal 204 123 190 0 0.40 0.07 0.2 310.37 0.44 0.64
Hex CC 7B BE 0 28 7 14 136 2C 40
Octal 314 173 276 0 50 7 24 466 54 100
Binary 11001100 1111011 10111110 0 101000 111 10100 100110110 101100 1000000

Color Harmonies of #CC7BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7BBE

Black with #CC7BBE

Text Example


Text Example

White with #CC7BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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