Html Css Color HEX #CC7BDB Orchid

📋 copy color: '#CC7BDB'

red 204 ◦ green 123 ◦ blue 219

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

Shades of Orchid #CC7BDB

Tints of Orchid #CC7BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.11%

R = 37.36%
G = 22.53%
B = 40.11%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC7BDB (or 0xCC7BDB) is known color: Orchid. HEX triplet: CC, 7B and DB. RGB value is (204,123,219). Sum of RGB (Red+Green+Blue) = 204+123+219=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 123 (48.44% from 255 or 22.53% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC7BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7BDB is #338424. Grayscale: #9D9D9D. Windows color (decimal): -3376165 or 14384076. OLE color: 14384076.

HSL color Cylindrical-coordinate representation of color #CC7BDB: hue angle of 290.62º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC7BDB is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 123 219 -
CMYK 0.07 0.44 0 0.14
HSL 290.63º 0.57% 0.67% -
HSV(B) 290.63º 0.44% 0.86% -
XYZ 44.77 32.12 70.86 -
YUV 158.16 162.34 160.69 -
System Red Green Blue C M Y K H S L
Decimal 204 123 219 0.07 0.44 0 0.14 290.63 0.57 0.67
Hex CC 7B DB 7 2C 0 E 123 39 43
Octal 314 173 333 7 54 0 16 443 71 103
Binary 11001100 1111011 11011011 111 101100 0 1110 100100011 111001 1000011

Color Harmonies of #CC7BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7BDB

Black with #CC7BDB

Text Example


Text Example

White with #CC7BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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