Html Css Color HEX #CC6FDA Orchid

📋 copy color: '#CC6FDA'

red 204 ◦ green 111 ◦ blue 218

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

Shades of Orchid #CC6FDA

Tints of Orchid #CC6FDA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.83%

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

R = 38.27%
G = 20.83%
B = 40.9%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC6FDA (or 0xCC6FDA) is known color: Orchid. HEX triplet: CC, 6F and DA. RGB value is (204,111,218). Sum of RGB (Red+Green+Blue) = 204+111+218=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 111 (43.75% from 255 or 20.83% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC6FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6FDA is #339025. Grayscale: #969696. Windows color (decimal): -3379238 or 14315468. OLE color: 14315468.

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

Color convert

RGB 204 111 218 -
CMYK 0.06 0.49 0 0.15
HSL 292.15º 0.59% 0.65% -
HSV(B) 292.15º 0.49% 0.85% -
XYZ 43.24 29.27 69.7 -
YUV 151.01 165.81 165.8 -
System Red Green Blue C M Y K H S L
Decimal 204 111 218 0.06 0.49 0 0.15 292.15 0.59 0.65
Hex CC 6F DA 6 31 0 F 124 3B 41
Octal 314 157 332 6 61 0 17 444 73 101
Binary 11001100 1101111 11011010 110 110001 0 1111 100100100 111011 1000001

Color Harmonies of #CC6FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6FDA

Black with #CC6FDA

Text Example


Text Example

White with #CC6FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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