Html Css Color HEX #C67BCB Orchid

📋 copy color: '#C67BCB'

red 198 ◦ green 123 ◦ blue 203

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

Shades of Orchid #C67BCB

Tints of Orchid #C67BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.74%

R = 37.79%
G = 23.47%
B = 38.74%

CMYK

 C value IS 0.02

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C67BCB (or 0xC67BCB) is known color: Orchid. HEX triplet: C6, 7B and CB. RGB value is (198,123,203). Sum of RGB (Red+Green+Blue) = 198+123+203=524 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.79% from 524); Green value is 123 (48.44% from 255 or 23.47% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 203 - color contains mainly: blue. Hex color #C67BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67BCB is #398434. Grayscale: #9A9A9A. Windows color (decimal): -3769397 or 13335494. OLE color: 13335494.

HSL color Cylindrical-coordinate representation of color #C67BCB: hue angle of 296.25º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C67BCB is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 123 203 -
CMYK 0.02 0.39 0 0.20
HSL 296.25º 0.43% 0.64% -
HSV(B) 296.25º 0.39% 0.8% -
XYZ 41.15 30.48 60.21 -
YUV 154.55 155.35 159 -
System Red Green Blue C M Y K H S L
Decimal 198 123 203 0.02 0.39 0 0.20 296.25 0.43 0.64
Hex C6 7B CB 2 27 0 14 128 2B 40
Octal 306 173 313 2 47 0 24 450 53 100
Binary 11000110 1111011 11001011 10 100111 0 10100 100101000 101011 1000000

Color Harmonies of #C67BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67BCB

Black with #C67BCB

Text Example


Text Example

White with #C67BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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