Html Css Color HEX #CC7BCD Orchid

📋 copy color: '#CC7BCD'

red 204 ◦ green 123 ◦ blue 205

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

Shades of Orchid #CC7BCD

Tints of Orchid #CC7BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.53%

R = 38.35%
G = 23.12%
B = 38.53%

CMYK

 C value IS 0.00

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CC7BCD (or 0xCC7BCD) is known color: Orchid. HEX triplet: CC, 7B and CD. RGB value is (204,123,205). Sum of RGB (Red+Green+Blue) = 204+123+205=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 123 (48.44% from 255 or 23.12% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC7BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7BCD is #338432. Grayscale: #9C9C9C. Windows color (decimal): -3376179 or 13466572. OLE color: 13466572.

HSL color Cylindrical-coordinate representation of color #CC7BCD: hue angle of 299.27º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC7BCD is Cyan = 0.00, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 204 123 205 -
CMYK 0.00 0.4 0 0.20
HSL 299.27º 0.45% 0.64% -
HSV(B) 299.27º 0.4% 0.8% -
XYZ 43 31.41 61.55 -
YUV 156.57 155.34 161.83 -
System Red Green Blue C M Y K H S L
Decimal 204 123 205 0.00 0.4 0 0.20 299.27 0.45 0.64
Hex CC 7B CD 0 28 0 14 12B 2D 40
Octal 314 173 315 0 50 0 24 453 55 100
Binary 11001100 1111011 11001101 0 101000 0 10100 100101011 101101 1000000

Color Harmonies of #CC7BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7BCD

Black with #CC7BCD

Text Example


Text Example

White with #CC7BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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