#CC67CA

Color #CC67CA Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CC67CA

Tints of Orchid #CC67CA

Color information

#CC67CA (or 0xCC67CA) is unknown color: approx Orchid. HEX triplet: CC, 67 and CA. RGB value is (204,103,202). Sum of RGB (Red+Green+Blue) = 204+103+202=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 103 (40.62% from 255 or 20.24% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CC67CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC67CA is #339835. Grayscale: #909090. Windows color (decimal): -3381302 or 13264844. OLE color: 13264844.

HSL color Cylindrical-coordinate representation of color #CC67CA: hue angle of 301.19º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC67CA is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB204103202-
CMYK00.500.010.2
HSL301.19º49.75%60.2%-
HSV(B)301.19º49.51%80%-
XYZ40.4126.858.92-
YUV144.48160.46170.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.08%
GREEN value IS 103 (40.62% from 255) = 20.24%
BLUE value IS 202 (79.30% from 255) = 39.69%
R=40.08%
G=20.24%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410320200.500.010.2301.1949.7560.2
HexCC67CA03211412d323c
Octal3141473120621244556274
Binary110011001100111110010100110010110100100101101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC67CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC67CA; }

 p { color: rgb(204,103,202); }

 H1.HeaderClassName
 {
   color: #CC67CA;
 }
 .AnyTagClassName
 {
   color: #CC67CA;
 }
</style>
background-color css

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

 a { background-color: rgb(204,103,202); }

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

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

 span { border-color: rgb(204,103,202); }

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