Html Css Color HEX #CC7DDA Orchid

📋 copy color: '#CC7DDA'

red 204 ◦ green 125 ◦ blue 218

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

Shades of Orchid #CC7DDA

Tints of Orchid #CC7DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.85%

R = 37.29%
G = 22.85%
B = 39.85%

CMYK

 C value IS 0.06

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC7DDA (or 0xCC7DDA) is known color: Orchid. HEX triplet: CC, 7D and DA. RGB value is (204,125,218). Sum of RGB (Red+Green+Blue) = 204+125+218=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 125 (49.22% from 255 or 22.85% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC7DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7DDA is #338225. Grayscale: #9E9E9E. Windows color (decimal): -3375654 or 14319052. OLE color: 14319052.

HSL color Cylindrical-coordinate representation of color #CC7DDA: hue angle of 290.97º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC7DDA is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 125 218 -
CMYK 0.06 0.43 0 0.15
HSL 290.97º 0.56% 0.67% -
HSV(B) 290.97º 0.43% 0.85% -
XYZ 44.89 32.57 70.25 -
YUV 159.22 161.17 159.94 -
System Red Green Blue C M Y K H S L
Decimal 204 125 218 0.06 0.43 0 0.15 290.97 0.56 0.67
Hex CC 7D DA 6 2B 0 F 123 38 43
Octal 314 175 332 6 53 0 17 443 70 103
Binary 11001100 1111101 11011010 110 101011 0 1111 100100011 111000 1000011

Color Harmonies of #CC7DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7DDA

Black with #CC7DDA

Text Example


Text Example

White with #CC7DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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