Html Css Color HEX #CC7ECB Orchid

📋 copy color: '#CC7ECB'

red 204 ◦ green 126 ◦ blue 203

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

Shades of Orchid #CC7ECB

Tints of Orchid #CC7ECB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.64%

 BLUE value IS 203 (79.69% from 255) = 38.09%

R = 38.27%
G = 23.64%
B = 38.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC7ECB (or 0xCC7ECB) is known color: Orchid. HEX triplet: CC, 7E and CB. RGB value is (204,126,203). Sum of RGB (Red+Green+Blue) = 204+126+203=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 126 (49.61% from 255 or 23.64% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7ECB is #338134. Grayscale: #9D9D9D. Windows color (decimal): -3375413 or 13336268. OLE color: 13336268.

HSL color Cylindrical-coordinate representation of color #CC7ECB: hue angle of 300.77º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC7ECB is Cyan = 0, Magento = 0.38, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 126 203 -
CMYK 0 0.38 0.00 0.2
HSL 300.77º 0.43% 0.65% -
HSV(B) 300.77º 0.38% 0.8% -
XYZ 43.14 32.07 60.42 -
YUV 158.1 153.34 160.74 -
System Red Green Blue C M Y K H S L
Decimal 204 126 203 0 0.38 0.00 0.2 300.77 0.43 0.65
Hex CC 7E CB 0 26 0 14 12D 2B 41
Octal 314 176 313 0 46 0 24 455 53 101
Binary 11001100 1111110 11001011 0 100110 0 10100 100101101 101011 1000001

Color Harmonies of #CC7ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7ECB

Black with #CC7ECB

Text Example


Text Example

White with #CC7ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7ECB; }

 p { color: rgb(204,126,203); }

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

background-color css

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

 a { background-color: rgb(204,126,203); }

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

border-color css

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

 span { border-color: rgb(204,126,203); }

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