Html Css Color HEX #CC7BD7 Orchid

📋 copy color: '#CC7BD7'

red 204 ◦ green 123 ◦ blue 215

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

Shades of Orchid #CC7BD7

Tints of Orchid #CC7BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.67%

R = 37.64%
G = 22.69%
B = 39.67%

CMYK

 C value IS 0.05

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC7BD7 (or 0xCC7BD7) is known color: Orchid. HEX triplet: CC, 7B and D7. RGB value is (204,123,215). Sum of RGB (Red+Green+Blue) = 204+123+215=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 123 (48.44% from 255 or 22.69% from 542); Blue value is 215 (84.38% from 255 or 39.67% from 542); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC7BD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7BD7 is #338428. Grayscale: #9D9D9D. Windows color (decimal): -3376169 or 14121932. OLE color: 14121932.

HSL color Cylindrical-coordinate representation of color #CC7BD7: hue angle of 292.83º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC7BD7 is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 123 215 -
CMYK 0.05 0.43 0 0.16
HSL 292.83º 0.53% 0.66% -
HSV(B) 292.83º 0.43% 0.84% -
XYZ 44.25 31.91 68.12 -
YUV 157.71 160.34 161.02 -
System Red Green Blue C M Y K H S L
Decimal 204 123 215 0.05 0.43 0 0.16 292.83 0.53 0.66
Hex CC 7B D7 5 2B 0 10 125 35 42
Octal 314 173 327 5 53 0 20 445 65 102
Binary 11001100 1111011 11010111 101 101011 0 10000 100100101 110101 1000010

Color Harmonies of #CC7BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7BD7

Black with #CC7BD7

Text Example


Text Example

White with #CC7BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7BD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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