Html Css Color HEX #CC6ADF Orchid

📋 copy color: '#CC6ADF'

red 204 ◦ green 106 ◦ blue 223

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

Shades of Orchid #CC6ADF

Tints of Orchid #CC6ADF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.89%

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

R = 38.27%
G = 19.89%
B = 41.84%

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

#CC6ADF (or 0xCC6ADF) is known color: Orchid. HEX triplet: CC, 6A and DF. RGB value is (204,106,223). Sum of RGB (Red+Green+Blue) = 204+106+223=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 106 (41.80% from 255 or 19.89% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC6ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6ADF is #339520. Grayscale: #949494. Windows color (decimal): -3380513 or 14641868. OLE color: 14641868.

HSL color Cylindrical-coordinate representation of color #CC6ADF: hue angle of 290.26º degrees, saturation: 0.65, 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 #CC6ADF is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 106 223 -
CMYK 0.09 0.52 0 0.13
HSL 290.26º 0.65% 0.65% -
HSV(B) 290.26º 0.52% 0.87% -
XYZ 43.38 28.47 73.02 -
YUV 148.64 169.97 167.49 -
System Red Green Blue C M Y K H S L
Decimal 204 106 223 0.09 0.52 0 0.13 290.26 0.65 0.65
Hex CC 6A DF 9 34 0 D 122 41 41
Octal 314 152 337 11 64 0 15 442 101 101
Binary 11001100 1101010 11011111 1001 110100 0 1101 100100010 1000001 1000001

Color Harmonies of #CC6ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6ADF

Black with #CC6ADF

Text Example


Text Example

White with #CC6ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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