Html Css Color HEX #CC67CC Orchid

📋 copy color: '#CC67CC'

red 204 ◦ green 103 ◦ blue 204

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

Shades of Orchid #CC67CC

Tints of Orchid #CC67CC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.16%

 BLUE value IS 204 (80.08% from 255) = 39.92%

R = 39.92%
G = 20.16%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CC67CC (or 0xCC67CC) is known color: Orchid. HEX triplet: CC, 67 and CC. RGB value is (204,103,204). Sum of RGB (Red+Green+Blue) = 204+103+204=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 103 (40.62% from 255 or 20.16% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC67CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC67CC is #339833. Grayscale: #909090. Windows color (decimal): -3381300 or 13395916. OLE color: 13395916.

HSL color Cylindrical-coordinate representation of color #CC67CC: hue angle of 300º 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 #CC67CC is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 103 204 -
CMYK 0 0.50 0 0.2
HSL 300º 0.5% 0.6% -
HSV(B) 300º 0.5% 0.8% -
XYZ 40.65 26.9 60.18 -
YUV 144.71 161.46 170.29 -
System Red Green Blue C M Y K H S L
Decimal 204 103 204 0 0.50 0 0.2 300 0.5 0.6
Hex CC 67 CC 0 32 0 14 12C 32 3C
Octal 314 147 314 0 62 0 24 454 62 74
Binary 11001100 1100111 11001100 0 110010 0 10100 100101100 110010 111100

Color Harmonies of #CC67CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC67CC

Black with #CC67CC

Text Example


Text Example

White with #CC67CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC67CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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