Html Css Color HEX #CC67E7 Orchid

📋 copy color: '#CC67E7'

red 204 ◦ green 103 ◦ blue 231

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

Shades of Orchid #CC67E7

Tints of Orchid #CC67E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.94%

R = 37.92%
G = 19.14%
B = 42.94%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CC67E7 (or 0xCC67E7) is known color: Orchid. HEX triplet: CC, 67 and E7. RGB value is (204,103,231). Sum of RGB (Red+Green+Blue) = 204+103+231=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 103 (40.62% from 255 or 19.14% from 538); Blue value is 231 (90.62% from 255 or 42.94% from 538); Max value from RGB is 231 - color contains mainly: blue. Hex color #CC67E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC67E7 is #339818. Grayscale: #939393. Windows color (decimal): -3381273 or 15165388. OLE color: 15165388.

HSL color Cylindrical-coordinate representation of color #CC67E7: hue angle of 287.34º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC67E7 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 103 231 -
CMYK 0.12 0.55 0 0.09
HSL 287.34º 0.73% 0.65% -
HSV(B) 287.34º 0.55% 0.91% -
XYZ 44.18 28.31 78.74 -
YUV 147.79 174.96 168.09 -
System Red Green Blue C M Y K H S L
Decimal 204 103 231 0.12 0.55 0 0.09 287.34 0.73 0.65
Hex CC 67 E7 C 37 0 9 11F 49 41
Octal 314 147 347 14 67 0 11 437 111 101
Binary 11001100 1100111 11100111 1100 110111 0 1001 100011111 1001001 1000001

Color Harmonies of #CC67E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC67E7

Black with #CC67E7

Text Example


Text Example

White with #CC67E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC67E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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