Html Css Color HEX #CC7CDB Orchid

📋 copy color: '#CC7CDB'

red 204 ◦ green 124 ◦ blue 219

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

Shades of Orchid #CC7CDB

Tints of Orchid #CC7CDB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.67%

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

R = 37.29%
G = 22.67%
B = 40.04%

CMYK

 C value IS 0.07

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC7CDB (or 0xCC7CDB) is known color: Orchid. HEX triplet: CC, 7C and DB. RGB value is (204,124,219). Sum of RGB (Red+Green+Blue) = 204+124+219=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 124 (48.83% from 255 or 22.67% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC7CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7CDB is #338324. Grayscale: #9E9E9E. Windows color (decimal): -3375909 or 14384332. OLE color: 14384332.

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

Color convert

RGB 204 124 219 -
CMYK 0.07 0.43 0 0.14
HSL 290.53º 0.57% 0.67% -
HSV(B) 290.53º 0.43% 0.86% -
XYZ 44.9 32.37 70.9 -
YUV 158.75 162 160.28 -
System Red Green Blue C M Y K H S L
Decimal 204 124 219 0.07 0.43 0 0.14 290.53 0.57 0.67
Hex CC 7C DB 7 2B 0 E 123 39 43
Octal 314 174 333 7 53 0 16 443 71 103
Binary 11001100 1111100 11011011 111 101011 0 1110 100100011 111001 1000011

Color Harmonies of #CC7CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7CDB

Black with #CC7CDB

Text Example


Text Example

White with #CC7CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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