Html Css Color HEX #CC69DF Orchid

📋 copy color: '#CC69DF'

red 204 ◦ green 105 ◦ blue 223

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

Shades of Orchid #CC69DF

Tints of Orchid #CC69DF

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.74%

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

R = 38.35%
G = 19.74%
B = 41.92%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC69DF (or 0xCC69DF) is known color: Orchid. HEX triplet: CC, 69 and DF. RGB value is (204,105,223). Sum of RGB (Red+Green+Blue) = 204+105+223=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 105 (41.41% from 255 or 19.74% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC69DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC69DF is #339620. Grayscale: #939393. Windows color (decimal): -3380769 or 14641612. OLE color: 14641612.

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

Color convert

RGB 204 105 223 -
CMYK 0.09 0.53 0 0.13
HSL 290.34º 0.65% 0.64% -
HSV(B) 290.34º 0.53% 0.87% -
XYZ 43.27 28.27 72.99 -
YUV 148.05 170.3 167.91 -
System Red Green Blue C M Y K H S L
Decimal 204 105 223 0.09 0.53 0 0.13 290.34 0.65 0.64
Hex CC 69 DF 9 35 0 D 122 41 40
Octal 314 151 337 11 65 0 15 442 101 100
Binary 11001100 1101001 11011111 1001 110101 0 1101 100100010 1000001 1000000

Color Harmonies of #CC69DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC69DF

Black with #CC69DF

Text Example


Text Example

White with #CC69DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC69DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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