Html Css Color HEX #CC6CDA Orchid

📋 copy color: '#CC6CDA'

red 204 ◦ green 108 ◦ blue 218

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

Shades of Orchid #CC6CDA

Tints of Orchid #CC6CDA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.38%

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

R = 38.49%
G = 20.38%
B = 41.13%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC6CDA (or 0xCC6CDA) is known color: Orchid. HEX triplet: CC, 6C and DA. RGB value is (204,108,218). Sum of RGB (Red+Green+Blue) = 204+108+218=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 108 (42.58% from 255 or 20.38% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC6CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6CDA is #339325. Grayscale: #949494. Windows color (decimal): -3380006 or 14314700. OLE color: 14314700.

HSL color Cylindrical-coordinate representation of color #CC6CDA: hue angle of 292.36º 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 #CC6CDA is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 108 218 -
CMYK 0.06 0.50 0 0.15
HSL 292.36º 0.6% 0.64% -
HSV(B) 292.36º 0.5% 0.85% -
XYZ 42.92 28.62 69.59 -
YUV 149.24 166.8 167.06 -
System Red Green Blue C M Y K H S L
Decimal 204 108 218 0.06 0.50 0 0.15 292.36 0.6 0.64
Hex CC 6C DA 6 32 0 F 124 3C 40
Octal 314 154 332 6 62 0 17 444 74 100
Binary 11001100 1101100 11011010 110 110010 0 1111 100100100 111100 1000000

Color Harmonies of #CC6CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6CDA

Black with #CC6CDA

Text Example


Text Example

White with #CC6CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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