Html Css Color HEX #CC6DDA Orchid

📋 copy color: '#CC6DDA'

red 204 ◦ green 109 ◦ blue 218

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

Shades of Orchid #CC6DDA

Tints of Orchid #CC6DDA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.53%

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

R = 38.42%
G = 20.53%
B = 41.05%

CMYK

 C value IS 0.06

 M value IS 0.5

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC6DDA (or 0xCC6DDA) is known color: Orchid. HEX triplet: CC, 6D and DA. RGB value is (204,109,218). Sum of RGB (Red+Green+Blue) = 204+109+218=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 109 (42.97% from 255 or 20.53% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC6DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6DDA is #339225. Grayscale: #959595. Windows color (decimal): -3379750 or 14314956. OLE color: 14314956.

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

Color convert

RGB 204 109 218 -
CMYK 0.06 0.5 0 0.15
HSL 292.29º 0.6% 0.64% -
HSV(B) 292.29º 0.5% 0.85% -
XYZ 43.03 28.84 69.63 -
YUV 149.83 166.47 166.64 -
System Red Green Blue C M Y K H S L
Decimal 204 109 218 0.06 0.5 0 0.15 292.29 0.6 0.64
Hex CC 6D DA 6 32 0 F 124 3C 40
Octal 314 155 332 6 62 0 17 444 74 100
Binary 11001100 1101101 11011010 110 110010 0 1111 100100100 111100 1000000

Color Harmonies of #CC6DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6DDA

Black with #CC6DDA

Text Example


Text Example

White with #CC6DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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