Html Css Color HEX #CC68D7 Orchid

📋 copy color: '#CC68D7'

red 204 ◦ green 104 ◦ blue 215

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

Shades of Orchid #CC68D7

Tints of Orchid #CC68D7

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.89%

 BLUE value IS 215 (84.38% from 255) = 41.11%

R = 39.01%
G = 19.89%
B = 41.11%

CMYK

 C value IS 0.05

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC68D7 (or 0xCC68D7) is known color: Orchid. HEX triplet: CC, 68 and D7. RGB value is (204,104,215). Sum of RGB (Red+Green+Blue) = 204+104+215=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 104 (41.02% from 255 or 19.89% from 523); Blue value is 215 (84.38% from 255 or 41.11% from 523); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC68D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC68D7 is #339728. Grayscale: #929292. Windows color (decimal): -3381033 or 14117068. OLE color: 14117068.

HSL color Cylindrical-coordinate representation of color #CC68D7: hue angle of 294.05º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC68D7 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 104 215 -
CMYK 0.05 0.52 0 0.16
HSL 294.05º 0.58% 0.63% -
HSV(B) 294.05º 0.52% 0.84% -
XYZ 42.12 27.64 67.41 -
YUV 146.55 166.63 168.97 -
System Red Green Blue C M Y K H S L
Decimal 204 104 215 0.05 0.52 0 0.16 294.05 0.58 0.63
Hex CC 68 D7 5 34 0 10 126 3A 3F
Octal 314 150 327 5 64 0 20 446 72 77
Binary 11001100 1101000 11010111 101 110100 0 10000 100100110 111010 111111

Color Harmonies of #CC68D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC68D7

Black with #CC68D7

Text Example


Text Example

White with #CC68D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC68D7; }

 p { color: rgb(204,104,215); }

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

background-color css

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

 a { background-color: rgb(204,104,215); }

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

border-color css

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

 span { border-color: rgb(204,104,215); }

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