Html Css Color HEX #CC68DA Orchid

📋 copy color: '#CC68DA'

red 204 ◦ green 104 ◦ blue 218

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

Shades of Orchid #CC68DA

Tints of Orchid #CC68DA

RGB

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

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

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

R = 38.78%
G = 19.77%
B = 41.44%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC68DA (or 0xCC68DA) is known color: Orchid. HEX triplet: CC, 68 and DA. RGB value is (204,104,218). Sum of RGB (Red+Green+Blue) = 204+104+218=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 104 (41.02% from 255 or 19.77% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC68DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC68DA is #339725. Grayscale: #929292. Windows color (decimal): -3381030 or 14313676. OLE color: 14313676.

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

Color convert

RGB 204 104 218 -
CMYK 0.06 0.52 0 0.15
HSL 292.63º 0.61% 0.63% -
HSV(B) 292.63º 0.52% 0.85% -
XYZ 42.51 27.8 69.46 -
YUV 146.9 168.13 168.73 -
System Red Green Blue C M Y K H S L
Decimal 204 104 218 0.06 0.52 0 0.15 292.63 0.61 0.63
Hex CC 68 DA 6 34 0 F 125 3D 3F
Octal 314 150 332 6 64 0 17 445 75 77
Binary 11001100 1101000 11011010 110 110100 0 1111 100100101 111101 111111

Color Harmonies of #CC68DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC68DA

Black with #CC68DA

Text Example


Text Example

White with #CC68DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC68DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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