Html Css Color HEX #CC6CDF Orchid

📋 copy color: '#CC6CDF'

red 204 ◦ green 108 ◦ blue 223

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

Shades of Orchid #CC6CDF

Tints of Orchid #CC6CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.68%

R = 38.13%
G = 20.19%
B = 41.68%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC6CDF (or 0xCC6CDF) is known color: Orchid. HEX triplet: CC, 6C and DF. RGB value is (204,108,223). Sum of RGB (Red+Green+Blue) = 204+108+223=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 108 (42.58% from 255 or 20.19% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC6CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6CDF is #339320. Grayscale: #959595. Windows color (decimal): -3380001 or 14642380. OLE color: 14642380.

HSL color Cylindrical-coordinate representation of color #CC6CDF: hue angle of 290.09º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC6CDF is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 108 223 -
CMYK 0.09 0.52 0 0.13
HSL 290.09º 0.64% 0.65% -
HSV(B) 290.09º 0.52% 0.87% -
XYZ 43.58 28.89 73.09 -
YUV 149.81 169.3 166.65 -
System Red Green Blue C M Y K H S L
Decimal 204 108 223 0.09 0.52 0 0.13 290.09 0.64 0.65
Hex CC 6C DF 9 34 0 D 122 40 41
Octal 314 154 337 11 64 0 15 442 100 101
Binary 11001100 1101100 11011111 1001 110100 0 1101 100100010 1000000 1000001

Color Harmonies of #CC6CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6CDF

Black with #CC6CDF

Text Example


Text Example

White with #CC6CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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