Html Css Color HEX #CC67DF Orchid

📋 copy color: '#CC67DF'

red 204 ◦ green 103 ◦ blue 223

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

Shades of Orchid #CC67DF

Tints of Orchid #CC67DF

RGB

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

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

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

R = 38.49%
G = 19.43%
B = 42.08%

CMYK

 C value IS 0.09

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC67DF (or 0xCC67DF) is known color: Orchid. HEX triplet: CC, 67 and DF. RGB value is (204,103,223). Sum of RGB (Red+Green+Blue) = 204+103+223=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 103 (40.62% from 255 or 19.43% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC67DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC67DF is #339820. Grayscale: #929292. Windows color (decimal): -3381281 or 14641100. OLE color: 14641100.

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

Color convert

RGB 204 103 223 -
CMYK 0.09 0.54 0 0.13
HSL 290.5º 0.65% 0.64% -
HSV(B) 290.5º 0.54% 0.87% -
XYZ 43.07 27.87 72.92 -
YUV 146.88 170.96 168.74 -
System Red Green Blue C M Y K H S L
Decimal 204 103 223 0.09 0.54 0 0.13 290.5 0.65 0.64
Hex CC 67 DF 9 36 0 D 122 41 40
Octal 314 147 337 11 66 0 15 442 101 100
Binary 11001100 1100111 11011111 1001 110110 0 1101 100100010 1000001 1000000

Color Harmonies of #CC67DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC67DF

Black with #CC67DF

Text Example


Text Example

White with #CC67DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC67DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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