Html Css Color HEX #CC7DDB Orchid

📋 copy color: '#CC7DDB'

red 204 ◦ green 125 ◦ blue 219

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

Shades of Orchid #CC7DDB

Tints of Orchid #CC7DDB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.81%

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

R = 37.23%
G = 22.81%
B = 39.96%

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

#CC7DDB (or 0xCC7DDB) is known color: Orchid. HEX triplet: CC, 7D and DB. RGB value is (204,125,219). Sum of RGB (Red+Green+Blue) = 204+125+219=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 125 (49.22% from 255 or 22.81% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC7DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7DDB is #338224. Grayscale: #9F9F9F. Windows color (decimal): -3375653 or 14384588. OLE color: 14384588.

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

Color convert

RGB 204 125 219 -
CMYK 0.07 0.43 0 0.14
HSL 290.43º 0.57% 0.67% -
HSV(B) 290.43º 0.43% 0.86% -
XYZ 45.02 32.62 70.94 -
YUV 159.34 161.67 159.86 -
System Red Green Blue C M Y K H S L
Decimal 204 125 219 0.07 0.43 0 0.14 290.43 0.57 0.67
Hex CC 7D DB 7 2B 0 E 122 39 43
Octal 314 175 333 7 53 0 16 442 71 103
Binary 11001100 1111101 11011011 111 101011 0 1110 100100010 111001 1000011

Color Harmonies of #CC7DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7DDB

Black with #CC7DDB

Text Example


Text Example

White with #CC7DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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