Html Css Color HEX #CC67E3 Orchid

📋 copy color: '#CC67E3'

red 204 ◦ green 103 ◦ blue 227

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

Shades of Orchid #CC67E3

Tints of Orchid #CC67E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 42.51%

R = 38.2%
G = 19.29%
B = 42.51%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CC67E3 (or 0xCC67E3) is known color: Orchid. HEX triplet: CC, 67 and E3. RGB value is (204,103,227). Sum of RGB (Red+Green+Blue) = 204+103+227=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 103 (40.62% from 255 or 19.29% from 534); Blue value is 227 (89.06% from 255 or 42.51% from 534); Max value from RGB is 227 - color contains mainly: blue. Hex color #CC67E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC67E3 is #33981C. Grayscale: #929292. Windows color (decimal): -3381277 or 14903244. OLE color: 14903244.

HSL color Cylindrical-coordinate representation of color #CC67E3: hue angle of 288.87º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC67E3 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 103 227 -
CMYK 0.10 0.55 0 0.11
HSL 288.87º 0.69% 0.65% -
HSV(B) 288.87º 0.55% 0.89% -
XYZ 43.62 28.08 75.79 -
YUV 147.34 172.96 168.42 -
System Red Green Blue C M Y K H S L
Decimal 204 103 227 0.10 0.55 0 0.11 288.87 0.69 0.65
Hex CC 67 E3 A 37 0 B 121 45 41
Octal 314 147 343 12 67 0 13 441 105 101
Binary 11001100 1100111 11100011 1010 110111 0 1011 100100001 1000101 1000001

Color Harmonies of #CC67E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC67E3

Black with #CC67E3

Text Example


Text Example

White with #CC67E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC67E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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