Html Css Color HEX #C67BE0 Orchid

📋 copy color: '#C67BE0'

red 198 ◦ green 123 ◦ blue 224

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

Shades of Orchid #C67BE0

Tints of Orchid #C67BE0

RGB

 RED value IS 198 (77.73% from 255) = 36.33%

 GREEN value IS 123 (48.44% from 255) = 22.57%

 BLUE value IS 224 (87.89% from 255) = 41.1%

R = 36.33%
G = 22.57%
B = 41.1%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C67BE0 (or 0xC67BE0) is known color: Orchid. HEX triplet: C6, 7B and E0. RGB value is (198,123,224). Sum of RGB (Red+Green+Blue) = 198+123+224=545 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.33% from 545); Green value is 123 (48.44% from 255 or 22.57% from 545); Blue value is 224 (87.89% from 255 or 41.10% from 545); Max value from RGB is 224 - color contains mainly: blue. Hex color #C67BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67BE0 is #39841F. Grayscale: #9C9C9C. Windows color (decimal): -3769376 or 14711750. OLE color: 14711750.

HSL color Cylindrical-coordinate representation of color #C67BE0: hue angle of 284.55º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C67BE0 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 198 123 224 -
CMYK 0.12 0.45 0 0.12
HSL 284.55º 0.62% 0.68% -
HSV(B) 284.55º 0.45% 0.88% -
XYZ 43.83 31.55 74.3 -
YUV 156.94 165.85 157.29 -
System Red Green Blue C M Y K H S L
Decimal 198 123 224 0.12 0.45 0 0.12 284.55 0.62 0.68
Hex C6 7B E0 C 2D 0 C 11D 3E 44
Octal 306 173 340 14 55 0 14 435 76 104
Binary 11000110 1111011 11100000 1100 101101 0 1100 100011101 111110 1000100

Color Harmonies of #C67BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67BE0

Black with #C67BE0

Text Example


Text Example

White with #C67BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67BE0; }

 p { color: rgb(198,123,224); }

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

background-color css

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

 a { background-color: rgb(198,123,224); }

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

border-color css

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

 span { border-color: rgb(198,123,224); }

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